Searched defs:LegacyPerChannelDepthwiseConvWorkerTask (Results 1 – 1 of 1) sorted by relevance
491 struct LegacyPerChannelDepthwiseConvWorkerTask : public gemmlowp::Task { struct492 LegacyPerChannelDepthwiseConvWorkerTask( in LegacyPerChannelDepthwiseConvWorkerTask() function514 void Run() override { in Run()524 const int32* output_multiplier_;525 const int32* output_shift_;526 const RuntimeShape& input_shape_;527 const T* input_data_;528 const RuntimeShape& filter_shape_;529 const T* filter_data_;530 const RuntimeShape& bias_shape_;[all …]