Searched defs:interpreterHandle (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
| D | NativeInterpreterWrapper.java | 568 long interpreterHandle; field in NativeInterpreterWrapper 603 private static native void run(long interpreterHandle, long errorHandle); in run() 606 long interpreterHandle, long errorHandle, int inputIdx, int[] dims, boolean strict); in resizeInput() 608 private static native long allocateTensors(long interpreterHandle, long errorHandle); in allocateTensors() 610 private static native String[] getSignatureKeys(long interpreterHandle); in getSignatureKeys() 613 long interpreterHandle, long cancellationFlagHandle, boolean value); in setCancelled() 615 private static native boolean hasUnresolvedFlexOp(long interpreterHandle); in hasUnresolvedFlexOp() 617 private static native int getInputTensorIndex(long interpreterHandle, int inputIdx); in getInputTensorIndex() 619 private static native int getOutputTensorIndex(long interpreterHandle, int outputIdx); in getOutputTensorIndex() 621 private static native int getInputCount(long interpreterHandle); in getInputCount() [all …]
|
| D | NativeSignatureRunnerWrapper.java | 24 NativeSignatureRunnerWrapper(long interpreterHandle, long errorHandle, String signatureKey) { in NativeSignatureRunnerWrapper() 102 private static native long nativeGetSignatureRunner(long interpreterHandle, String signatureKey); in nativeGetSignatureRunner()
|
| D | NativeInterpreterWrapperExperimental.java | 43 private static native void resetVariableTensors(long interpreterHandle, long errorHandle); in resetVariableTensors()
|
| D | TensorImpl.java | 489 private static native long create(long interpreterHandle, int tensorIndex, int subgraphIndex); in create()
|