Document that for an InterpreterBuilder constructed from a FlatBufferModel,
the ErrorReporter for the FlatBufferModel will be used for the generated Interpreter(s). PiperOrigin-RevId: 351809813 Change-Id: I03f0e524638b6ed0d5bbb5527a376aab2e366e2e
This commit is contained in:
parent
f2922b713c
commit
172bbf2f2c
@ -50,6 +50,8 @@ namespace tflite {
|
||||
/// reporter, if provided) is at least as long as interpreter's lifetime.
|
||||
class InterpreterBuilder {
|
||||
public:
|
||||
/// For this constructor, the ErrorReporter will be extracted from the
|
||||
/// FlatBufferModel.
|
||||
InterpreterBuilder(const FlatBufferModel& model,
|
||||
const OpResolver& op_resolver);
|
||||
/// Builds an interpreter given only the raw flatbuffer Model object (instead
|
||||
|
Loading…
Reference in New Issue
Block a user