Searched defs:resizeInput (Results 1 – 3 of 3) sorted by relevance
171 void resizeInput(int idx, int[] dims) { in resizeInput() method in NativeInterpreterWrapper180 private static native boolean resizeInput( in resizeInput() method in NativeInterpreterWrapper
283 public void resizeInput(int idx, @NonNull int[] dims) { in resizeInput() method in Interpreter
194 public func resizeInput(at index: Int, to shape: TensorShape) throws { in resizeInput() function