MCPcopy 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
736void TF_InitMain(const char* usage, int* argc, char*** argv) {
737 tensorflow::port::InitMain(usage, argc, argv);
738}
739
740int TF_PickUnusedPortOrDie() {
741 return tensorflow::internal::PickUnusedPortOrDie();

Callers 1

mainFunction · 0.85

Calls 1

InitMainFunction · 0.50

Tested by 1

mainFunction · 0.68