Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
668
const char* TF_FunctionName(TF_Function* func) {
669
return func->fdef.signature().name().c_str();
670
}
671
672
void TF_GraphCopyFunction(TF_Graph* g, const TF_Function* func,
673
const TF_Function* grad, TF_Status* status) {
Callers
1
DefineT
Method · 0.85
Calls
3
c_str
Method · 0.80
signature
Method · 0.80
name
Method · 0.65
Tested by
1
DefineT
Method · 0.68