Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEDepthwiseConvolutionLayer.cpp52 Tensor permuted_input{}; // INT_0 member
202 Tensor permuted_input{}; member
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLDepthwiseConvolutionLayer.cpp213 …const TensorInfo permuted_input = input->clone()->set_is_resizable(true).reset_padding().set_ten… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuDepthwiseConv2d.cpp347 …const TensorInfo permuted_input = TensorInfo(src->clone()->set_is_resizable(true).reset_padding(… in validate() local