Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h491 struct LegacyPerChannelDepthwiseConvWorkerTask : public gemmlowp::Task { struct
492 LegacyPerChannelDepthwiseConvWorkerTask( in LegacyPerChannelDepthwiseConvWorkerTask() function
514 void Run() override { in Run()
524 const int32* output_multiplier_;
525 const int32* output_shift_;
526 const RuntimeShape& input_shape_;
527 const T* input_data_;
528 const RuntimeShape& filter_shape_;
529 const T* filter_data_;
530 const RuntimeShape& bias_shape_;
[all …]