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

Method GetModel

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

Source from the content-addressed store, hash-verified

132 bool initialized() const { return model_ != nullptr; }
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

Callers 15

InterpreterBuilderMethod · 0.45
ReadOpsMethod · 0.45
TESTFunction · 0.45
LoadBasicModelMethod · 0.45
LoadGatherTestModelMethod · 0.45
LoadCustomOpTestModelMethod · 0.45
QuantizeModelTestMethod · 0.45
QuantizeConvModelTestMethod · 0.45

Calls

no outgoing calls

Tested by 15

ReadOpsMethod · 0.36
TESTFunction · 0.36
LoadBasicModelMethod · 0.36
LoadGatherTestModelMethod · 0.36
LoadCustomOpTestModelMethod · 0.36
QuantizeModelTestMethod · 0.36
QuantizeConvModelTestMethod · 0.36
QuantizeSoftmaxTestMethod · 0.36