Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/integer_ops/
H A Ddepthwise_conv_hybrid.h337 struct DepthwiseConvHybridWorkerTask : cpu_backend_threadpool::Task { struct
338 DepthwiseConvHybridWorkerTask(const DepthwiseParams& params, in DepthwiseConvHybridWorkerTask() function
368 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 …]