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