Searched refs:kNextOpFormatList (Results 1 – 1 of 1) sorted by relevance
55 const std::map<std::string, std::vector<std::string>> kNextOpFormatList = { variable338 auto iter = kNextOpFormatList.find(next_op_name); in SetCastAndWeightFormat()339 if (iter == kNextOpFormatList.end()) { in SetCastAndWeightFormat()