Home
last modified time | relevance | path

Searched defs:DepthwiseConvHybridWorkerTask (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
Ddepthwise_conv_hybrid.h335 struct DepthwiseConvHybridWorkerTask : cpu_backend_threadpool::Task { struct
336 DepthwiseConvHybridWorkerTask(const DepthwiseParams& params, in DepthwiseConvHybridWorkerTask() argument
366 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 …]