Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DInterpreterImpl.java29 class InterpreterImpl implements InterpreterApi { class
71 InterpreterImpl(@NonNull File modelFile, Options options) { in InterpreterImpl() method in InterpreterImpl
87 InterpreterImpl(@NonNull ByteBuffer byteBuffer, Options options) { in InterpreterImpl() method in InterpreterImpl
91 InterpreterImpl(NativeInterpreterWrapper wrapper) { in InterpreterImpl() method in InterpreterImpl