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

Method error_reporter

tensorflow/lite/model.h:135–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 const tflite::Model* operator->() const { return model_; }
134 const tflite::Model* GetModel() const { return model_; }
135 ErrorReporter* error_reporter() const { return error_reporter_; }
136 const Allocation* allocation() const { return allocation_.get(); }
137
138 // Returns the minimum runtime version from the flatbuffer. This runtime

Callers 1

InterpreterBuilderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected