Home
last modified time | relevance | path

Searched defs:StratType (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/
H A Dworking_space.hpp149 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &) in get_element_size()
155 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<StratType, OutputStag… in initialise()
218 static size_t get_element_size(const WorkspaceArgs<StratType, OutputStage> &args) in get_element_size()
224 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<StratType, OutputStag… in initialise()
296 static size_t get_element_size(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in get_element_size()
302 …static void *initialise(WorkspaceType *ws, void *buffer, const WorkspaceArgs<StratType, arm_gemm::… in initialise()
347 static size_t sizeof_bias(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in sizeof_bias()
354 static size_t sizeof_requant_muls(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in sizeof_requant_muls()
361 static size_t sizeof_requant_shifts(const WorkspaceArgs<StratType, arm_gemm::Requantize32> &args) in sizeof_requant_shifts()
H A Ddepthwise_depthfirst.hpp158 …using StratType = DepthwiseDepthfirstStrategyCommon<TInput, TWeight, TOutput, TAccum, OutputStage>; typedef in arm_conv::depthwise::DepthwiseDepthfirstCommon
318 using StratType = DepthwiseDepthfirstStrategy<TInput, TWeight, TOutput, TAccum>; typedef in arm_conv::depthwise::DepthwiseDepthfirst
H A Ddepthwise_depthfirst_generic.hpp205 using StratType = GenericDepthfirstStrategy<TInput, TWeight, TOutput, TAccum, OutputStage>; typedef in arm_conv::depthwise::DepthwiseDepthfirstGeneric
H A Ddepthwise_depthfirst_multiplier.hpp479 …using StratType = typename depthfirst_multiplier::StrategyType<is_generic, TInput, TWeight, TOutpu… typedef in arm_conv::depthwise::DepthwiseDepthfirstMultiplier
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/arm_conv/pooling/
H A Dpooling_depthfirst_generic.hpp115 using StratType = IGenericDepthfirstStrategy<TInput, TOutput, OutputStage>; typedef in arm_conv::pooling::GenericDepthfirstWrapper