Extend Java Interpreter API for TensorFlow Lite
Expose simple Tensor and DataType Java classes that can be used for basic introspection. Note that this change does not allow direct mutation of Tensor objects. The client must still use the Interpreter.invoke() API for injecting and retrieving Tensor data. PiperOrigin-RevId: 209473412
Loading
Please sign in to comment