D | NativeInterpreterWrapper.java | 134 resizeInput(i, newShape); in run() 171 void resizeInput(int idx, int[] dims) { in resizeInput() method in NativeInterpreterWrapper 172 if (resizeInput(interpreterHandle, errorHandle, idx, dims)) { in resizeInput() 180 private static native boolean resizeInput( in resizeInput() method in NativeInterpreterWrapper
|