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

Function TEST

tensorflow/lite/toco/toco_port_test.cc:32–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30#endif
31
32TEST(TocoPortTest, Exists) {
33 EXPECT_TRUE(
34 file::Exists(TFLITE_PREFIX "toco/toco_port_test.cc", file::Defaults())
35 .ok());
36
37 EXPECT_FALSE(
38 file::Exists("non-existent_file_asldjflasdjf", file::Defaults()).ok());
39}
40
41TEST(TocoPortTest, Readable) {
42 EXPECT_TRUE(

Callers

nothing calls this directly

Calls 5

ExistsFunction · 0.85
DefaultsFunction · 0.85
ReadableFunction · 0.70
JoinPathFunction · 0.70
okMethod · 0.45

Tested by

no test coverage detected