Home
last modified time | relevance | path

Searched refs:allowBufferHandleOutput (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java79 if (options.allowBufferHandleOutput != null) { in init()
80 allowBufferHandleOutput(interpreterHandle, options.allowBufferHandleOutput.booleanValue()); in init()
364 private static native void allowBufferHandleOutput(long interpreterHandle, boolean allow); in allowBufferHandleOutput() method in NativeInterpreterWrapper
DInterpreter.java131 this.allowBufferHandleOutput = allow; in setAllowBufferHandleOutput()
138 Boolean allowBufferHandleOutput; field in Interpreter.Options