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.java37 final class NativeInterpreterWrapper implements AutoCloseable { class
39 NativeInterpreterWrapper(String modelPath) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper
43 NativeInterpreterWrapper(ByteBuffer byteBuffer) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper
47 NativeInterpreterWrapper(String modelPath, Interpreter.Options options) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper
54 NativeInterpreterWrapper(ByteBuffer buffer, Interpreter.Options options) { in NativeInterpreterWrapper() method in NativeInterpreterWrapper