Searched defs:dwc_info (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/CL/kernels/ |
H A D | CLDepthwiseConvolutionLayerNativeKernel.cpp | 46 …eights, const ITensorInfo *biases, const ITensorInfo *output, const DWCComputeKernelInfo &dwc_info, in validate_arguments() 173 … const DWCComputeKernelInfo &dwc_info, const ConvolutionInfo &conv_info, in configure() 180 … const DWCComputeKernelInfo &dwc_info, const ConvolutionInfo &conv_info, in configure() 352 …const 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 D | GpuDepthwiseConv2d.cpp | 110 …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 D | graph_shufflenet.cpp | 173 PadStrideInfo dwc_info = PadStrideInfo(1, 1, 1, 1); in add_residual_block() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/fixtures/ |
H A D | DepthwiseConvolutionLayerFixture.h | 507 DWCComputeKernelInfo dwc_info; in configure_target() local
|