Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h989 struct LegacyFullyConnectedAsGEMVWorkerTask : public gemmlowp::Task { struct
990 LegacyFullyConnectedAsGEMVWorkerTask( in LegacyFullyConnectedAsGEMVWorkerTask() function
1017 void Run() override { in Run()
1026 const RuntimeShape& input_shape_;
1027 const uint8* input_data_;
1028 int32 input_offset_;
1029 const RuntimeShape& filter_shape_;
1030 const uint8* filter_data_;
1031 int32 filter_offset_;
1032 const RuntimeShape& bias_shape_;
[all …]