Searched defs:resizeInput (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ | ||
D | Interpreter.java | 455 public void resizeInput(int idx, @NonNull int[] dims) { in resizeInput() method in Interpreter |
D | NativeInterpreterWrapper.java | 226 void resizeInput(int idx, int[] dims) { in resizeInput() method in NativeInterpreterWrapper |
/external/tensorflow/tensorflow/lite/swift/Sources/ | ||
D | Interpreter.swift | 217 public func resizeInput(at index: Int, to shape: Tensor.Shape) throws { in resizeInput() function |