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

Method initialized

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

Source from the content-addressed store, hash-verified

130 FlatBufferModel& operator=(const FlatBufferModel&) = delete;
131
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_; }

Callers 5

BuildFromFileMethod · 0.45
BuildFromBufferMethod · 0.45
BuildFromModelMethod · 0.45
GetSegmentPredictionsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected