Home
last modified time | relevance | path

Searched refs:get_convolution_method (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEConvolutionLayer.cpp73 …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 DCLConvolutionLayer.cpp85 …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 DCpuConv2d.cpp57 …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 DCpuConv2d.h134 …static ConvolutionMethod get_convolution_method(const ITensorInfo *src, const ITensorInfo *weights…
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClConv2d.cpp88 …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 DClConv2d.h140 …static ConvolutionMethod get_convolution_method(const ITensorInfo *src, const ITensorInfo *weights…
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
H A DNEConvolutionLayer.h167 …static ConvolutionMethod get_convolution_method(const ITensorInfo *input, const ITensorInfo *weigh…
/aosp_15_r20/external/ComputeLibrary/arm_compute/runtime/CL/functions/
H A DCLConvolutionLayer.h195 …static ConvolutionMethod get_convolution_method(const ITensorInfo *input, const ITensorInfo *weigh…
/aosp_15_r20/external/armnn/src/backends/neon/workloads/
H A DNeonConvolution2dWorkload.cpp119 convolutionLayer->get_convolution_method(input.info(), in NeonConvolution2dWorkload()
/aosp_15_r20/external/armnn/src/backends/cl/workloads/
H A DClConvolution2dWorkload.cpp126 m_ConvolutionLayer.get_convolution_method(input.info(), in ClConvolution2dWorkload()
/aosp_15_r20/external/ComputeLibrary/tests/validation/NEON/
H A DDilatedConvolutionLayer.cpp100 …ConvolutionMethod is_valid = cpu::CpuConv2d::get_convolution_method(&input_info.clone()->set_is_re…
H A DConvolutionLayer.cpp145 …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 DDilatedConvolutionLayer.cpp106 …ConvolutionMethod is_valid = CLConvolutionLayer::get_convolution_method(&input_info.clone()->set_i…
H A DConvolutionLayer.cpp200 …ConvolutionMethod is_valid = CLConvolutionLayer::get_convolution_method(&input_info.clone()->set_i…
254 …ConvolutionMethod actual_method = CLConvolutionLayer::get_convolution_method(&input_info.clone()->…