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