Home
last modified time | relevance | path

Searched defs:resizeInput (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/
DNativeInterpreterWrapper.java171 void resizeInput(int idx, int[] dims) { in resizeInput() method in NativeInterpreterWrapper
180 private static native boolean resizeInput( in resizeInput() method in NativeInterpreterWrapper
DInterpreter.java283 public void resizeInput(int idx, @NonNull int[] dims) { in resizeInput() method in Interpreter
/external/tensorflow/tensorflow/lite/experimental/swift/Sources/
DInterpreter.swift194 public func resizeInput(at index: Int, to shape: TensorShape) throws { in resizeInput() function