Home
last modified time | relevance | path

Searched defs:permuted_shape (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/utils/
H A DGraphUtils.cpp50 arm_compute::TensorShape permuted_shape = shape; in compute_permutation_parameters() local
274 TensorShape permuted_shape = tensor.info()->tensor_shape(); in access_tensor() local
351 TensorShape permuted_shape = tensor.info()->tensor_shape(); in access_tensor() local
H A DUtils.h405 TensorShape permuted_shape = tensor.info()->tensor_shape(); in fill_tensor() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClSoftmax.cpp111 …const TensorShape permuted_shape = misc::shape_calculator::compute_permutation_output_sh… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuSoftmax.cpp144 …const TensorShape permuted_shape = misc::shape_calculator::compute_permutation_output_sh… in validate() local
/aosp_15_r20/external/executorch/backends/arm/runtime/
H A DArmBackendEthosU.cpp289 bool permuted_shape = false; in check_requires_permute() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Dmath_grad.cc940 auto permuted_shape = Shape(scope, permuted); in ProdGrad() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral.cc997 Shape permuted_shape = ShapeUtil::PermuteDimensions(permutation, shape()); in Transpose() local