/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
D | concat_quant8_signed.mod.py | 63 axis1 = Int32Scalar("axis1", 1) variable 113 axis1 = Int32Scalar("axis1", 1) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_0/ |
D | concat_quant8_1.mod.py | 21 axis1 = Int32Scalar("axis1", 1) variable
|
D | concat_quant8_3.mod.py | 27 axis1 = Int32Scalar("axis1", 1) variable
|
D | concat_float_3.mod.py | 27 axis1 = Int32Scalar("axis1", 1) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
D | concat_float16_3.mod.py | 27 axis1 = Int32Scalar("axis1", 1) variable
|
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_1/ |
D | concat_float_3_relaxed.mod.py | 27 axis1 = Int32Scalar("axis1", 1) variable
|
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
H A D | GyroscopeMeasurementTestActivity.java | 198 int axis1 = 0; in setRendererRotation() local
|
/aosp_15_r20/external/pytorch/torch/_numpy/ |
H A D | _funcs_impl.py | 1028 def diagonal(a: ArrayLike, offset=0, axis1=0, axis2=1): argument 1037 axis1=0, argument 1422 def swapaxes(a: ArrayLike, axis1, axis2): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
H A D | np_array_ops.py | 310 def diagonal(a, offset=0, axis1=0, axis2=1): # pylint: disable=missing-docstring argument 795 def swapaxes(a, axis1, axis2): # pylint: disable=missing-docstring argument
|
H A D | np_math_ops.py | 1305 def trace(a, offset=0, axis1=0, axis2=1, dtype=None): # pylint: disable=missing-docstring argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorShape.cpp | 3925 Tensor swapaxes(const Tensor& self, int64_t axis0, int64_t axis1) { in swapaxes() 3929 Tensor& swapaxes_(Tensor& self, int64_t axis0, int64_t axis1) { in swapaxes_()
|
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ |
H A D | constant_folding_test.cc | 2618 Output axis1 = ops::Const(scope.WithOpName("axis1"), 0, {}); in TEST_F() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/static/ |
H A D | generated_ops.cpp | 5169 const auto axis1 = p_node->Input(2).toInt(); in __anon5d9c3eb91f602() local
|