Home
last modified time | relevance | path

Searched defs:dwc_info (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/
H A DCLDepthwiseConvolutionLayerNativeKernel.cpp46 …eights, const ITensorInfo *biases, const ITensorInfo *output, const DWCComputeKernelInfo &dwc_info, in validate_arguments()
173const DWCComputeKernelInfo &dwc_info, const ConvolutionInfo &conv_info, in configure()
180const DWCComputeKernelInfo &dwc_info, const ConvolutionInfo &conv_info, in configure()
352const DWCComputeKernelInfo &dwc_info, const ConvolutionInfo &conv_info, const ITensorInfo *output_… in validate()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuDepthwiseConv2d.cpp110 …const DWCComputeKernelInfo dwc_info = t->configure(src, wei, legacy_conv_info, attributes.dilation… in is_supported_op_helper() local
221 …const DWCComputeKernelInfo dwc_info = t->configure(src, wei, legacy_conv_info, attributes.dilation… in create_op() local
/aosp_15_r20/external/ComputeLibrary/examples/
H A Dgraph_shufflenet.cpp173 PadStrideInfo dwc_info = PadStrideInfo(1, 1, 1, 1); in add_residual_block() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/
H A DDepthwiseConvolutionLayerFixture.h507 DWCComputeKernelInfo dwc_info; in configure_target() local