Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h490 struct LegacyPerChannelDepthwiseConvWorkerTask : public gemmlowp::Task { struct
491 LegacyPerChannelDepthwiseConvWorkerTask( in LegacyPerChannelDepthwiseConvWorkerTask() argument
513 void Run() override { in Run()
523 const int32* output_multiplier_;
524 const int32* output_shift_;
525 const RuntimeShape& input_shape_;
526 const T* input_data_;
527 const RuntimeShape& filter_shape_;
528 const T* filter_data_;
529 const RuntimeShape& bias_shape_;
[all …]