Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ TF_InitMain
Function
TF_InitMain
tensorflow/c/c_api_experimental.cc:736–738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
void TF_InitMain(const char* usage, int* argc, char*** argv) {
737
tensorflow::port::InitMain(usage, argc, argv);
738
}
739
740
int TF_PickUnusedPortOrDie() {
741
return tensorflow::internal::PickUnusedPortOrDie();
Callers
1
main
Function · 0.85
Calls
1
InitMain
Function · 0.50
Tested by
1
main
Function · 0.68