Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dlegacy_optimized_ops.h988 struct LegacyFullyConnectedAsGEMVWorkerTask : public gemmlowp::Task { struct
989 LegacyFullyConnectedAsGEMVWorkerTask( in LegacyFullyConnectedAsGEMVWorkerTask() argument
1016 void Run() override { in Run()
1025 const RuntimeShape& input_shape_;
1026 const uint8* input_data_;
1027 int32 input_offset_;
1028 const RuntimeShape& filter_shape_;
1029 const uint8* filter_data_;
1030 int32 filter_offset_;
1031 const RuntimeShape& bias_shape_;
[all …]