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

Function DefaultErrorReporter

tensorflow/lite/stderr_reporter.cc:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26ErrorReporter* DefaultErrorReporter() {
27 static StderrReporter* error_reporter = new StderrReporter;
28 return error_reporter;
29}
30
31} // namespace tflite

Callers 9

InterpreterClass · 0.85
ValidateErrorReporterFunction · 0.85
InterpreterMethod · 0.85
FlatBufferModelClass · 0.85
InterpreterBuilderClass · 0.85
TESTFunction · 0.85
CheckOutputsFunction · 0.85
ImportFunction · 0.85
TfLiteInterpreterCreateFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
CheckOutputsFunction · 0.68