Home
last modified time | relevance | path

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

/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
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
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
DRot90Op.java75 public int getOutputImageHeight(int inputImageHeight, int inputImageWidth) { in getOutputImageHeight() method in Rot90Op
DResizeWithCropOrPadOp.java108 public int getOutputImageHeight(int inputImageHeight, int inputImageWidth) { in getOutputImageHeight() method in ResizeWithCropOrPadOp