Searched defs:resizeInput (Results 1 – 6 of 6) sorted by relevance
| /external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
| D | InterpreterImpl.java | 117 public void resizeInput(int idx, int @NonNull [] dims) { in resizeInput() method in InterpreterImpl 123 public void resizeInput(int idx, int @NonNull [] dims, boolean strict) { in resizeInput() method in InterpreterImpl
|
| D | InterpreterApi.java | 436 void resizeInput(int idx, @NonNull int[] dims); in resizeInput() method 448 void resizeInput(int idx, @NonNull int[] dims, boolean strict); in resizeInput() method
|
| D | NativeInterpreterWrapper.java | 270 void resizeInput(int idx, int[] dims) { in resizeInput() method in NativeInterpreterWrapper 275 void resizeInput(int idx, int[] dims, boolean strict) { in resizeInput() method in NativeInterpreterWrapper 605 private static native boolean resizeInput( in resizeInput() method in NativeInterpreterWrapper
|
| D | NativeSignatureRunnerWrapper.java | 76 public boolean resizeInput(String inputName, int[] dims) { in resizeInput() method in NativeSignatureRunnerWrapper
|
| /external/tensorflow/tensorflow/lite/swift/Sources/ |
| D | SignatureRunner.swift | 171 public func resizeInput(named name: String, toShape shape: Tensor.Shape) throws { in resizeInput() function
|
| D | Interpreter.swift | 241 public func resizeInput(at index: Int, to shape: Tensor.Shape) throws { in resizeInput() function
|