Package | Description |
---|---|
org.bytedeco.tensorflowlite |
Modifier and Type | Method and Description |
---|---|
InterpreterOptions |
Subgraph.GetOptions() |
InterpreterOptions |
InterpreterOptions.getPointer(long i) |
InterpreterOptions |
InterpreterOptions.position(long position) |
Modifier and Type | Method and Description |
---|---|
int |
Interpreter.ApplyOptions(InterpreterOptions options)
\warning This is an experimental API and subject to change.
|
void |
Subgraph.SetOptions(InterpreterOptions options) |
Constructor and Description |
---|
InterpreterBuilder(FlatBufferModel model,
OpResolver op_resolver,
InterpreterOptions options_experimental)
For this constructor, the ErrorReporter will be extracted from the
FlatBufferModel.
|
InterpreterBuilder(Pointer model,
OpResolver op_resolver,
ErrorReporter error_reporter,
InterpreterOptions options_experimental,
Allocation allocation)
Builds an interpreter given only the raw flatbuffer Model object (instead
of a FlatBufferModel).
|
Copyright © 2025. All rights reserved.