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

Method Report

tensorflow/lite/stderr_reporter.cc:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19namespace tflite {
20
21int StderrReporter::Report(const char* format, va_list args) {
22 logging_internal::MinimalLogger::LogFormatted(TFLITE_LOG_ERROR, format, args);
23 return 0;
24}
25
26ErrorReporter* DefaultErrorReporter() {
27 static StderrReporter* error_reporter = new StderrReporter;

Callers 11

CheckModelIdentifierMethod · 0.45
ParseNodesMethod · 0.45
ParseQuantizationMethod · 0.45
ParseTensorsMethod · 0.45
operator()Method · 0.45
SetExternalContextMethod · 0.45
FileCopyAllocationMethod · 0.45
MMAPAllocationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected