/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/ |
H A D | NEConvolutionLayer.cpp | 73 …switch(cpu::CpuConv2d::get_convolution_method(input->info(), weights->info(), output->info(), conv… in configure() 111 …switch(cpu::CpuConv2d::get_convolution_method(input, weights, output, conv_info, weights_info, dil… in validate() 129 ConvolutionMethod NEConvolutionLayer::get_convolution_method(const ITensorInfo *input, const ITenso… in get_convolution_method() function in arm_compute::NEConvolutionLayer 134 …return cpu::CpuConv2d::get_convolution_method(input, weights, output, conv_info, weights_info, dil… in get_convolution_method()
|
/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/ |
H A D | CLConvolutionLayer.cpp | 85 …switch(opencl::ClConv2d::get_convolution_method(input->info(), weights->info(), output->info(), co… in configure() 138 …switch(opencl::ClConv2d::get_convolution_method(input, weights, output, conv2d_info, weights_info,… in validate() 163 ConvolutionMethod CLConvolutionLayer::get_convolution_method(const ITensorInfo *input, const ITenso… in get_convolution_method() function in arm_compute::CLConvolutionLayer 167 …return opencl::ClConv2d::get_convolution_method(input, weights, output, conv2d_info, weights_info,… in get_convolution_method()
|
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/ |
H A D | CpuConv2d.cpp | 57 …switch(CpuConv2d::get_convolution_method(input, weights, output, conv_info, weights_info, dilation… in configure() 101 …switch(CpuConv2d::get_convolution_method(input, weights, output, conv_info, weights_info, dilation… in validate() 123 ConvolutionMethod CpuConv2d::get_convolution_method(const ITensorInfo *input, const ITensorInfo *we… in get_convolution_method() function in arm_compute::cpu::CpuConv2d
|
H A D | CpuConv2d.h | 134 …static ConvolutionMethod get_convolution_method(const ITensorInfo *src, const ITensorInfo *weights…
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/ |
H A D | ClConv2d.cpp | 88 …switch(ClConv2d::get_convolution_method(src, weights, dst, conv2d_info, weights_info, CLScheduler:… in configure() 139 … switch(ClConv2d::get_convolution_method(src, weights, dst, conv2d_info, weights_info, gpu_target)) in validate() 179 ConvolutionMethod ClConv2d::get_convolution_method(const ITensorInfo *src, const ITensorInfo *weigh… in get_convolution_method() function in arm_compute::opencl::ClConv2d
|
H A D | ClConv2d.h | 140 …static ConvolutionMethod get_convolution_method(const ITensorInfo *src, const ITensorInfo *weights…
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
H A D | NEConvolutionLayer.h | 167 …static ConvolutionMethod get_convolution_method(const ITensorInfo *input, const ITensorInfo *weigh…
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
H A D | CLConvolutionLayer.h | 195 …static ConvolutionMethod get_convolution_method(const ITensorInfo *input, const ITensorInfo *weigh…
|
/aosp_15_r20/external/armnn/src/backends/neon/workloads/ |
H A D | NeonConvolution2dWorkload.cpp | 119 convolutionLayer->get_convolution_method(input.info(), in NeonConvolution2dWorkload()
|
/aosp_15_r20/external/armnn/src/backends/cl/workloads/ |
H A D | ClConvolution2dWorkload.cpp | 126 m_ConvolutionLayer.get_convolution_method(input.info(), in ClConvolution2dWorkload()
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/ |
H A D | DilatedConvolutionLayer.cpp | 100 …ConvolutionMethod is_valid = cpu::CpuConv2d::get_convolution_method(&input_info.clone()->set_is_re…
|
H A D | ConvolutionLayer.cpp | 145 …ConvolutionMethod is_valid = NEConvolutionLayer::get_convolution_method(&input_info.clone()->set_i… 499 …ConvolutionMethod is_valid = NEConvolutionLayer::get_convolution_method(&input_info.clone()->set_i…
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/CL/ |
H A D | DilatedConvolutionLayer.cpp | 106 …ConvolutionMethod is_valid = CLConvolutionLayer::get_convolution_method(&input_info.clone()->set_i…
|
H A D | ConvolutionLayer.cpp | 200 …ConvolutionMethod is_valid = CLConvolutionLayer::get_convolution_method(&input_info.clone()->set_i… 254 …ConvolutionMethod actual_method = CLConvolutionLayer::get_convolution_method(&input_info.clone()->…
|