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

Function main

tensorflow/lite/kernels/test_main.cc:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36} // namespace
37
38int main(int argc, char** argv) {
39 ::tflite::LogToStderr();
40 ::testing::InitGoogleTest(&argc, argv);
41 InitKernelTest(&argc, argv);
42 return RUN_ALL_TESTS();
43}

Callers

nothing calls this directly

Calls 2

LogToStderrFunction · 0.85
InitKernelTestFunction · 0.85

Tested by

no test coverage detected