Searched refs:rot90 (Results 1 – 12 of 12) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | neon-vcadd.ll | 8 …%vcadd_rot90_v2.i = tail call <4 x half> @llvm.aarch64.neon.vcadd.rot90.v4f16(<4 x half> %a, <4 x … 19 …%vcadd_rot90_v2.i = tail call <2 x float> @llvm.aarch64.neon.vcadd.rot90.v2f32(<2 x float> %a, <2 … 30 …%vcaddq_rot90_v2.i = tail call <8 x half> @llvm.aarch64.neon.vcadd.rot90.v8f16(<8 x half> %a, <8 x… 41 …%vcaddq_rot90_v2.i = tail call <4 x float> @llvm.aarch64.neon.vcadd.rot90.v4f32(<4 x float> %a, <4… 52 …%vcaddq_rot90_v2.i = tail call <2 x double> @llvm.aarch64.neon.vcadd.rot90.v2f64(<2 x double> %a, … 58 declare <4 x half> @llvm.aarch64.neon.vcadd.rot90.v4f16(<4 x half>, <4 x half>) 60 declare <2 x float> @llvm.aarch64.neon.vcadd.rot90.v2f32(<2 x float>, <2 x float>) 62 declare <8 x half> @llvm.aarch64.neon.vcadd.rot90.v8f16(<8 x half>, <8 x half>) 64 declare <4 x float> @llvm.aarch64.neon.vcadd.rot90.v4f32(<4 x float>, <4 x float>) 66 declare <2 x double> @llvm.aarch64.neon.vcadd.rot90.v2f64(<2 x double>, <2 x double>)
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | neon-vcadd.ll | 8 …%vcadd_rot90_v2.i = tail call <4 x half> @llvm.arm.neon.vcadd.rot90.v4f16(<4 x half> %a, <4 x half… 19 …%vcadd_rot90_v2.i = tail call <2 x float> @llvm.arm.neon.vcadd.rot90.v2f32(<2 x float> %a, <2 x fl… 30 …%vcaddq_rot90_v2.i = tail call <8 x half> @llvm.arm.neon.vcadd.rot90.v8f16(<8 x half> %a, <8 x hal… 41 …%vcaddq_rot90_v2.i = tail call <4 x float> @llvm.arm.neon.vcadd.rot90.v4f32(<4 x float> %a, <4 x f… 47 declare <4 x half> @llvm.arm.neon.vcadd.rot90.v4f16(<4 x half>, <4 x half>) 49 declare <2 x float> @llvm.arm.neon.vcadd.rot90.v2f32(<2 x float>, <2 x float>) 51 declare <8 x half> @llvm.arm.neon.vcadd.rot90.v8f16(<8 x half>, <8 x half>) 53 declare <4 x float> @llvm.arm.neon.vcadd.rot90.v4f32(<4 x float>, <4 x float>)
|
/external/libjpeg-turbo/ |
D | tjbenchtest.java.in | 167 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do 189 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do 201 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
|
D | tjbenchtest.in | 193 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do 225 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do 242 for xform in hflip vflip transpose transverse rot90 rot180 rot270; do
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.image.pbtxt | 216 name: "rot90"
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.image.pbtxt | 244 name: "rot90"
|
/external/eigen/doc/ |
D | AsciiQuickReference.txt | 96 R.transpose().colwise().reverse() // rot90(R) // Read-write
|
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_test.py | 1429 image_ops.transpose, image_ops.rot90 1445 image_ops.transpose, image_ops.rot90 1460 rotated = image_ops.rot90(rotated) 1468 rotated = image_ops.rot90(rotated) 1475 y_np = np.rot90(image, k=k) 1477 y_np, self.evaluate(image_ops.rot90(image, k))) 1483 y_np = np.rot90(image, k=k, axes=(1, 2)) 1485 y_np, self.evaluate(image_ops.rot90(image, k)))
|
D | image_ops_impl.py | 656 def rot90(image, k=1, name=None): function
|
/external/tensorflow/third_party/py/numpy/tf_numpy_api/ |
D | tensorflow.experimental.numpy.pbtxt | 752 name: "rot90"
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_array_ops.py | 1279 def rot90(m, k=1, axes=(0, 1)): # pylint: disable=missing-docstring function
|
/external/swiftshader/third_party/llvm-10.0/configs/common/include/llvm/IR/ |
D | IntrinsicImpl.inc | 494 "llvm.aarch64.neon.vcadd.rot90", 1706 "llvm.arm.neon.vcadd.rot90", 10627 1, // llvm.aarch64.neon.vcadd.rot90 11839 1, // llvm.arm.neon.vcadd.rot90
|