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