Searched refs:depthwise_implementation_list (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
H A D | depthwise_implementation.hpp | 63 const DepthwiseImplementation<TInput, TWeight, TOutput, OutputStage> *depthwise_implementation_list… 75 const auto *impl = depthwise_implementation_list<TInput, TWeight, TOutput, OutputStage>(); in find_implementation() 117 for (auto impl = depthwise_implementation_list<TInput, TWeight, TOutput, OutputStage>(); in get_compatible_kernels()
|
H A D | depthwise_fp16.cpp | 235 const DepthwiseImplementation<__fp16> *depthwise_implementation_list() in depthwise_implementation_list() function
|
H A D | depthwise_u8s8u8q.cpp | 221 …st DepthwiseImplementation<uint8_t, int8_t, uint8_t, Requantize32> *depthwise_implementation_list() in depthwise_implementation_list() function
|
H A D | depthwise_u8q.cpp | 354 …t DepthwiseImplementation<uint8_t, uint8_t, uint8_t, Requantize32> *depthwise_implementation_list() in depthwise_implementation_list() function
|
H A D | depthwise_s8q.cpp | 347 const DepthwiseImplementation<int8_t, int8_t, int8_t, Requantize32> *depthwise_implementation_list() in depthwise_implementation_list() function
|
H A D | depthwise_fp32.cpp | 491 const DepthwiseImplementation<float> *depthwise_implementation_list() in depthwise_implementation_list() function
|