Searched defs:StrategyType (Results 1 – 2 of 2) sorted by relevance
| /external/ComputeLibrary/src/core/NEON/kernels/arm_conv/depthwise/ |
| D | depthwise_depthfirst_multiplier.hpp | 328 struct StrategyType struct 330 using Type = DepthfirstMultiplierStrategy<TInput, TWeight, TOutput, TAccum>; 333 static void execute( in execute() 349 struct StrategyType<true, TInput, TWeight, TOutput, TAccum, OutputStage> struct 351 using Type = GenericDepthfirstMultiplierStrategy<TInput, TWeight, TOutput, TAccum, OutputStage>; 354 static void execute( in execute() 372 struct StrategyType<false, TInput, TWeight, TOutput, int32_t, arm_gemm::Requantize32> struct 374 using Type = DepthfirstMultiplierStrategy<TInput, TWeight, TOutput, int32_t>; 377 static void execute( in execute() 393 struct StrategyType<true, TInput, TWeight, TOutput, int32_t, arm_gemm::Requantize32> struct [all …]
|
| D | depthwise_planar.hpp | 242 using StrategyType = IPlanarStrategy<OutputStage>; typedef in arm_conv::depthwise::DepthwisePlanar
|