Searched refs:_rot90 (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | image_ops_impl.py | 727 def _rot90(): function 736 cases = [(math_ops.equal(k, 1), _rot90), (math_ops.equal(k, 2), _rot180), 758 def _rot90(): function 767 cases = [(math_ops.equal(k, 1), _rot90), (math_ops.equal(k, 2), _rot180),
|
/external/llvm-project/clang/include/clang/Basic/ |
D | arm_mve.td | 1342 defm _rot90 : VectorComplexAddPred<not_halving, (u32 0)>; 1348 defm _rot90 : VectorComplexMulPred<(u32 1)>; 1355 defm _rot90 : VectorComplexMLAPred<(u32 1)>;
|