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

Method allocation

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

Source from the content-addressed store, hash-verified

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
139 // version encodes the minimum required interpreter version to run the

Callers 1

InterpreterBuilderMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected