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

Method FlatBufferModel

tensorflow/lite/model.cc:189–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189FlatBufferModel::FlatBufferModel(const Model* model,
190 ErrorReporter* error_reporter)
191 : model_(model), error_reporter_(ValidateErrorReporter(error_reporter)) {}
192
193FlatBufferModel::FlatBufferModel(std::unique_ptr<Allocation> allocation,
194 ErrorReporter* error_reporter)

Callers

nothing calls this directly

Calls 4

ValidateErrorReporterFunction · 0.85
GetModelFunction · 0.85
validMethod · 0.45
baseMethod · 0.45

Tested by

no test coverage detected