| Package | Description |
|---|---|
| org.tensorflow.lite |
Defines classes to load and execute TensorFlowLite models.
|
| Modifier and Type | Method and Description |
|---|---|
Tensor |
Interpreter.getInputTensor(int inputIndex)
Gets the Tensor associated with the provdied input index.
|
Tensor |
Interpreter.getOutputTensor(int outputIndex)
Gets the Tensor associated with the provdied output index.
|
Copyright © 2019. All rights reserved.