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

Function TEST

tensorflow/lite/testing/test_runner_test.cc:46–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46TEST(TestRunner, ModelPath) {
47 ConcreteTestRunner runner;
48 EXPECT_EQ(runner.GetFullPath("test.bin"), "test.bin");
49 runner.SetModelBaseDir("/tmp");
50 EXPECT_EQ(runner.GetFullPath("test.bin"), "/tmp/test.bin");
51}
52
53TEST(TestRunner, InvocationId) {
54 ConcreteTestRunner runner;

Callers

nothing calls this directly

Calls 8

GetFullPathMethod · 0.80
SetModelBaseDirMethod · 0.80
SetInvocationIdMethod · 0.80
GetOverallSuccessMethod · 0.80
SetOverallSuccessMethod · 0.80
CheckFloatSizesMethod · 0.80
IsValidMethod · 0.45
InvalidateMethod · 0.45

Tested by

no test coverage detected