Home
last modified time | relevance | path

Searched defs:getOutputImageWidth (Results 1 – 5 of 5) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageOperator.java28 int getOutputImageWidth(int inputImageHeight, int inputImageWidth); in getOutputImageWidth() method
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DTensorOperatorWrapper.java67 public int getOutputImageWidth(int inputImageHeight, int inputImageWidth) { in getOutputImageWidth() method in TensorOperatorWrapper
DResizeOp.java80 public int getOutputImageWidth(int inputImageHeight, int inputImageWidth) { in getOutputImageWidth() method in ResizeOp
DRot90Op.java80 public int getOutputImageWidth(int inputImageHeight, int inputImageWidth) { in getOutputImageWidth() method in Rot90Op
DResizeWithCropOrPadOp.java113 public int getOutputImageWidth(int inputImageHeight, int inputImageWidth) { in getOutputImageWidth() method in ResizeWithCropOrPadOp