Searched defs:LegacyDepthwiseConvWorkerTask (Results 1 – 1 of 1) sorted by relevance
381 struct LegacyDepthwiseConvWorkerTask : public gemmlowp::Task { struct382 LegacyDepthwiseConvWorkerTask( in LegacyDepthwiseConvWorkerTask() argument401 void Run() override { in Run()410 const RuntimeShape& input_shape_;411 const T* input_data_;412 const RuntimeShape& filter_shape_;413 const T* filter_data_;414 const RuntimeShape& bias_shape_;415 const TS* bias_data_;416 const RuntimeShape& output_shape_;[all …]