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

Function main

tensorflow/core/ops/compat/update_ops_main.cc:72–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70} // namespace tensorflow
71
72int main(int argc, char* argv[]) {
73 tensorflow::port::InitMain(argv[0], &argc, &argv);
74 if (argc != 2) {
75 printf("Usage: %s <core/ops directory>\n", argv[0]);
76 return 1;
77 }
78 printf("TensorFlow version: %s\n", TF_VERSION_STRING);
79 tensorflow::WriteUpdateTo(argv[1]);
80 return 0;
81}

Callers

nothing calls this directly

Calls 2

WriteUpdateToFunction · 0.85
InitMainFunction · 0.50

Tested by

no test coverage detected