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

Method Use

tensorflow/c/c_api_function_test.cc:202–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 TF_Operation* Use(const std::vector<TF_Operation*>& inputs) {
203 return UseT(ToOutput(inputs));
204 }
205
206 TF_Operation* UseT(const std::vector<TF_Output>& inputs) {
207 TF_Operation* op;

Callers

nothing calls this directly

Calls 1

ToOutputFunction · 0.85

Tested by

no test coverage detected