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

Method InterpreterBuilder

tensorflow/lite/model.cc:204–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

202FlatBufferModel::~FlatBufferModel() {}
203
204InterpreterBuilder::InterpreterBuilder(const FlatBufferModel& model,
205 const OpResolver& op_resolver)
206 : model_(model.GetModel()),
207 op_resolver_(op_resolver),
208 error_reporter_(ValidateErrorReporter(model.error_reporter())),
209 allocation_(model.allocation()) {}
210
211InterpreterBuilder::InterpreterBuilder(const ::tflite::Model* model,
212 const OpResolver& op_resolver,

Callers

nothing calls this directly

Calls 4

ValidateErrorReporterFunction · 0.85
GetModelMethod · 0.45
error_reporterMethod · 0.45
allocationMethod · 0.45

Tested by

no test coverage detected