Home
last modified time | relevance | path

Searched refs:kNextOpFormatList (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/device/ascend/
Dkernel_select_ascend.cc55 const std::map<std::string, std::vector<std::string>> kNextOpFormatList = { variable
338 auto iter = kNextOpFormatList.find(next_op_name); in SetCastAndWeightFormat()
339 if (iter == kNextOpFormatList.end()) { in SetCastAndWeightFormat()