Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/env/
DImageUtils.java298 final int applyRotation, in getTransformationMatrix() argument
302 if (applyRotation != 0) { in getTransformationMatrix()
303 if (applyRotation % 90 != 0) { in getTransformationMatrix()
304 LOGGER.w("Rotation of %d % 90 != 0", applyRotation); in getTransformationMatrix()
311 matrix.postRotate(applyRotation); in getTransformationMatrix()
316 final boolean transpose = (Math.abs(applyRotation) + 90) % 180 == 0; in getTransformationMatrix()
337 if (applyRotation != 0) { in getTransformationMatrix()