MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Placeholder

Function Placeholder

tensorflow/c/c_test_util.cc:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121TF_Operation* Placeholder(TF_Graph* graph, TF_Status* s, const char* name,
122 TF_DataType dtype, const std::vector<int64_t>& dims) {
123 TF_Operation* op;
124 PlaceholderHelper(graph, s, name, dtype, dims, &op);
125 return op;
126}
127
128void ConstHelper(TF_Tensor* t, TF_Graph* graph, TF_Status* s, const char* name,
129 TF_Operation** op) {

Callers 15

InitMethod · 0.70
TEST_FFunction · 0.70
DefineFunctionFunction · 0.70
TESTFunction · 0.70
RunMinTestFunction · 0.70
SetUpMethod · 0.70
TEST_FFunction · 0.70
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50
TESTFunction · 0.50

Calls 1

PlaceholderHelperFunction · 0.85

Tested by

no test coverage detected