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

Method Report

tensorflow/lite/tools/optimize/test_util.cc:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48const char* kModelMixed = "mixed.bin";
49
50int FailOnErrorReporter::Report(const char* format, va_list args) {
51 char buf[1024];
52 vsnprintf(buf, sizeof(buf), format, args);
53 EXPECT_TRUE(false) << "Error happened: " << buf;
54 return 0;
55}
56} // namespace internal
57} // namespace optimize
58} // namespace tflite

Callers 10

ReportErrorFunction · 0.45
QuantizeBiasFunction · 0.45
SetInputAndOutputTypesFunction · 0.45
ApplyConstraintsFunction · 0.45
QuantizeOpInputFunction · 0.45
QuantizeOpOutputFunction · 0.45
QuantizeBiasesFunction · 0.45
CreateCalibratorMethod · 0.45
BuildLoggingInterpreterFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected