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

Function main

tensorflow/contrib/ffmpeg/default/ffmpeg_lib_test.cc:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138} // namespace tensorflow
139
140int main(int argc, char** argv) {
141 tensorflow::string usage = tensorflow::ffmpeg::ParseTestFlags(&argc, argv);
142 testing::InitGoogleTest(&argc, argv);
143 if (argc != 1) {
144 LOG(ERROR) << usage;
145 return 2;
146 }
147 return RUN_ALL_TESTS();
148}

Callers

nothing calls this directly

Calls 1

ParseTestFlagsFunction · 0.85

Tested by

no test coverage detected