Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapperExperimental.java29 final class NativeInterpreterWrapperExperimental extends NativeInterpreterWrapper { class
31 NativeInterpreterWrapperExperimental(String modelPath) { in NativeInterpreterWrapperExperimental() method in NativeInterpreterWrapperExperimental
35 NativeInterpreterWrapperExperimental(ByteBuffer byteBuffer) { in NativeInterpreterWrapperExperimental() method in NativeInterpreterWrapperExperimental
39 NativeInterpreterWrapperExperimental(String modelPath, InterpreterImpl.Options options) { in NativeInterpreterWrapperExperimental() method in NativeInterpreterWrapperExperimental
43 NativeInterpreterWrapperExperimental(ByteBuffer buffer, InterpreterImpl.Options options) { in NativeInterpreterWrapperExperimental() method in NativeInterpreterWrapperExperimental