Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
ErrorReporter* DefaultErrorReporter() {
27
static StderrReporter* error_reporter = new StderrReporter;
28
return error_reporter;
29
}
30
31
} // namespace tflite
Callers
9
Interpreter
Class · 0.85
ValidateErrorReporter
Function · 0.85
Interpreter
Method · 0.85
FlatBufferModel
Class · 0.85
InterpreterBuilder
Class · 0.85
TEST
Function · 0.85
CheckOutputs
Function · 0.85
Import
Function · 0.85
TfLiteInterpreterCreate
Function · 0.85
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.68
CheckOutputs
Function · 0.68