Searched defs:LegacyInt8FullyConnectedAsGEMVWorkerTask (Results 1 – 1 of 1) sorted by relevance
2000 struct LegacyInt8FullyConnectedAsGEMVWorkerTask : public gemmlowp::Task { struct2001 LegacyInt8FullyConnectedAsGEMVWorkerTask( in LegacyInt8FullyConnectedAsGEMVWorkerTask() argument2028 void Run() override { in Run()2037 const RuntimeShape& input_shape_;2038 const int8_t* input_data_;2039 int32 input_offset_;2040 const RuntimeShape& filter_shape_;2041 const int8_t* filter_data_;2042 int32 filter_offset_;2043 const RuntimeShape& bias_shape_;[all …]