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