Searched defs:DepthwiseConvHybridWorkerTask (Results 1 – 1 of 1) sorted by relevance
335 struct DepthwiseConvHybridWorkerTask : cpu_backend_threadpool::Task { struct336 DepthwiseConvHybridWorkerTask(const DepthwiseParams& params, in DepthwiseConvHybridWorkerTask() argument366 void Run() override { in Run()376 const float* input_scales;377 const RuntimeShape& input_shape;378 const T* input_data;379 const RuntimeShape& filter_shape;380 const T* filter_data;381 const RuntimeShape& bias_shape;382 const TS* bias_data;[all …]