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

Function main

tensorflow/tools/api/tests/convert_from_multiline.cc:52–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50} // namespace tensorflow
51
52int main(int argc, char* argv[]) {
53 tensorflow::port::InitMain(argv[0], &argc, &argv);
54
55 const std::string usage =
56 "Usage: convert_from_multiline input_dir output_dir";
57 if (argc != 3) {
58 std::cerr << usage << std::endl;
59 return -1;
60 }
61 TF_CHECK_OK(tensorflow::ConvertFilesFromMultiline(argv[1], argv[2]));
62 return 0;
63}

Callers

nothing calls this directly

Calls 2

InitMainFunction · 0.50

Tested by

no test coverage detected