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

Method fdef

tensorflow/c/c_api_function_test.cc:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227 }
228
229 FunctionDef fdef() {
230 tensorflow::FunctionDef fdef;
231 EXPECT_TRUE(GetFunctionDef(func_, &fdef));
232 return fdef;
233 }
234
235 // logging utility
236 template <class Container>

Callers

nothing calls this directly

Calls 1

GetFunctionDefFunction · 0.85

Tested by

no test coverage detected