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

Method Define

tensorflow/c/c_api_function_test.cc:153–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151 }
152
153 void Define(int num_opers, const std::vector<TF_Operation*>& opers,
154 const std::vector<TF_Operation*>& inputs,
155 const std::vector<TF_Operation*>& outputs,
156 const std::vector<string>& output_names,
157 bool expect_failure = false) {
158 DefineT(num_opers, opers, ToOutput(inputs), ToOutput(outputs), output_names,
159 expect_failure);
160 }
161
162 // Caller must delete[] the returned value
163 static const char** ToArray(const std::vector<string>& strs) {

Callers

nothing calls this directly

Calls 1

ToOutputFunction · 0.85

Tested by

no test coverage detected