Home
last modified time | relevance | path

Searched defs:permuted_weights (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/cpu/operators/
DCpuDepthwiseConv2d.cpp250 auto permuted_weights = tensors.get_tensor(TensorType::ACL_INT_1); in prepare() local
348 …const TensorInfo permuted_weights = TensorInfo(weights->clone()->set_is_resizable(true).reset_padd… in validate() local
DCpuGemmDirectConv2d.cpp224 CpuAuxTensorHandler permuted_weights(_perm_weights, *weights_aux); in prepare() local
DCpuWinogradConv2d.cpp381 CpuAuxTensorHandler permuted_weights(_weights_hwio, *weights_aux); in prepare() local
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEDepthwiseConvolutionLayer.cpp53 Tensor permuted_weights{}; // INT_1 member
203 Tensor permuted_weights{}; member
/external/ComputeLibrary/src/runtime/CL/functions/
DCLDepthwiseConvolutionLayer.cpp214 …const TensorInfo permuted_weights = weights->clone()->set_is_resizable(true).reset_padding().set_t… in validate() local