Home
last modified time | relevance | path

Searched defs:input_permuted (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuSoftmax.cpp145 TensorInfo input_permuted(src->clone()->set_tensor_shape(permuted_shape)); in validate() local
168 …CpuAuxTensorHandler input_permuted(offset_int_vec(InternalTensorIdx::PERMUTED_SRC), _input_permute… in run() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DPixelShuffle.cpp105 const auto input_permuted = input_reshaped.permute(permutation); in math_pixel_shuffle() local
146 const auto input_permuted = input_reshaped.permute(permutation); in math_pixel_unshuffle() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClSoftmax.cpp112 TensorInfo input_permuted(src.clone()->set_tensor_shape(permuted_shape)); in validate() local