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

Function TEST

tensorflow/lite/toco/toco_convert_test.cc:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22namespace {
23
24TEST(TocoTest, MissingInputFile) {
25 ParsedTocoFlags toco_flags;
26 ParsedModelFlags model_flags;
27 EXPECT_DEATH(Convert(toco_flags, model_flags).ok(),
28 "Missing required flag --input_file");
29}
30
31TEST(TocoTest, BadInputFormat) {
32 TocoFlags toco_flags;

Callers

nothing calls this directly

Calls 5

EXPECT_DEATHFunction · 0.85
ConvertFunction · 0.70
okMethod · 0.45
emptyMethod · 0.45
set_nameMethod · 0.45

Tested by

no test coverage detected