Home
last modified time | relevance | path

Searched defs:NativeInterpreterWrapper (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java33 final class NativeInterpreterWrapper implements AutoCloseable { class
35 NativeInterpreterWrapper(String modelPath) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper
39 NativeInterpreterWrapper(String modelPath, Interpreter.Options options) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper
45 NativeInterpreterWrapper(ByteBuffer byteBuffer) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper
49 NativeInterpreterWrapper(ByteBuffer buffer, Interpreter.Options options) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper