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

Function TF_FunctionName

tensorflow/c/c_api_function.cc:668–670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

666}
667
668const char* TF_FunctionName(TF_Function* func) {
669 return func->fdef.signature().name().c_str();
670}
671
672void TF_GraphCopyFunction(TF_Graph* g, const TF_Function* func,
673 const TF_Function* grad, TF_Status* status) {

Callers 1

DefineTMethod · 0.85

Calls 3

c_strMethod · 0.80
signatureMethod · 0.80
nameMethod · 0.65

Tested by 1

DefineTMethod · 0.68