Home
last modified time | relevance | path

Searched defs:attr_input_map (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/
Dge_adapter_info.h61 mindspore::HashMap<size_t, std::string> attr_input_map; member
98 …const mindspore::HashMap<size_t, std::string> &attr_input_map() const { return info_.attr_input_ma… in attr_input_map() function
Dge_adapter_info.cc178 auto attr_input_map = adapter_->getAttrInputMap(); in InitAttrToInputMap() local
Dacl_helper.cc617 … const mindspore::HashMap<size_t, std::string> &attr_input_map, size_t index) { in NeedCheckAttrToInput()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h46 const mindspore::HashMap<std::string, std::string> &attr_input_map, in OpAdapterImpl()
Dconvert.cc3176 const auto &attr_input_map = adpt->getAttrInputMap(); in SetOpAttrToInput() local