Placeholder

Creates a new placeholder in a given graph.

@nogc nothrow @trusted
TF_Operation*
Placeholder
(
size_t N = 0
)
(
TF_Graph* graph
,
TF_Status* s
,
const(char)* name = "feed"
,
TF_DataType dtype = TF_INT32
,
const long[N] dims = []
)

Meta