Searched defs:attr_input_map (Results 1 – 5 of 5) sorted by relevance
61 mindspore::HashMap<size_t, std::string> attr_input_map; member98 …const mindspore::HashMap<size_t, std::string> &attr_input_map() const { return info_.attr_input_ma… in attr_input_map() function
178 auto attr_input_map = adapter_->getAttrInputMap(); in InitAttrToInputMap() local
617 … const mindspore::HashMap<size_t, std::string> &attr_input_map, size_t index) { in NeedCheckAttrToInput()
46 const mindspore::HashMap<std::string, std::string> &attr_input_map, in OpAdapterImpl()
3176 const auto &attr_input_map = adpt->getAttrInputMap(); in SetOpAttrToInput() local