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

Function main

tensorflow/compiler/xla/tools/convert_computation.cc:54–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52} // namespace xla
53
54int main(int argc, char** argv) {
55 tensorflow::port::InitMain(argv[0], &argc, &argv);
56
57 QCHECK_EQ(argc, 3) << "usage: " << argv[0] << " <txt2bin|bin2txt> <path>";
58 xla::tools::RealMain(argv[1], argv[2]);
59 return 0;
60}

Callers

nothing calls this directly

Calls 2

RealMainFunction · 0.70
InitMainFunction · 0.50

Tested by

no test coverage detected