Searched defs:LegacyFullyConnectedAsGEMVWorkerTask (Results 1 – 1 of 1) sorted by relevance
988 struct LegacyFullyConnectedAsGEMVWorkerTask : public gemmlowp::Task { struct989 LegacyFullyConnectedAsGEMVWorkerTask( in LegacyFullyConnectedAsGEMVWorkerTask() argument1016 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 …]