Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
int 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
LogToStderr
Function · 0.85
InitKernelTest
Function · 0.85
Tested by
no test coverage detected