D | NativeInterpreterWrapper.java | 189 resizeInput(i, newShape); in run() 226 void resizeInput(int idx, int[] dims) { in resizeInput() method in NativeInterpreterWrapper 227 resizeInput(idx, dims, false); in resizeInput() 231 void resizeInput(int idx, int[] dims, boolean strict) { in resizeInput() method in NativeInterpreterWrapper 232 if (resizeInput(interpreterHandle, errorHandle, idx, dims, strict)) { in resizeInput() 242 private static native boolean resizeInput( in resizeInput() method in NativeInterpreterWrapper
|