Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDepthwiseConvolutionLayer.cpp54 Tensor permuted_output{}; // INT_2 member
204 Tensor permuted_output{}; member
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLDepthwiseConvolutionLayer.cpp215 …const TensorInfo permuted_output = output->clone()->set_is_resizable(true).reset_padding().set_te… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuDepthwiseConv2d.cpp349 …const TensorInfo permuted_output = TensorInfo(dst->clone()->set_is_resizable(true).reset_padding(… in validate() local