Home
last modified time | relevance | path

Searched refs:getOutputImageHeight (Results 1 – 6 of 6) sorted by relevance

/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DRot90Op.java75 public int getOutputImageHeight(int inputImageHeight, int inputImageWidth) { in getOutputImageHeight() method in Rot90Op
87 int height = getOutputImageHeight(inputImageHeight, inputImageWidth); in inverseTransform()
DTensorOperatorWrapper.java62 public int getOutputImageHeight(int inputImageHeight, int inputImageWidth) { in getOutputImageHeight() method in TensorOperatorWrapper
DResizeOp.java75 public int getOutputImageHeight(int inputImageHeight, int inputImageWidth) { in getOutputImageHeight() method in ResizeOp
DResizeWithCropOrPadOp.java108 public int getOutputImageHeight(int inputImageHeight, int inputImageWidth) { in getOutputImageHeight() method in ResizeWithCropOrPadOp
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/
DImageOperator.java31 int getOutputImageHeight(int inputImageHeight, int inputImageWidth); in getOutputImageHeight() method
DImageProcessor.java77 int newHeight = imageOperator.getOutputImageHeight(currentHeight, currentWidth); in inverseTransform()