Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h50 input_attr_map_(input_attr_map), in OpAdapterImpl()
105 const std::unordered_map<unsigned int, AttrDesc> &input_attr_map_; variable
119 … dyn_subgraph_map_, attr_map_, enum_map_, input_attr_map_, &cus_input_map_, in OpAdapter()
126 … dyn_subgraph_map_, attr_map_, enum_map_, input_attr_map_, &cus_input_map_, in OpAdapter()
187 … std::unordered_map<unsigned int, AttrDesc> &getInputAttrMap() override { return input_attr_map_; } in getInputAttrMap()
434 static const std::unordered_map<unsigned int, AttrDesc> input_attr_map_; variable
457 const std::unordered_map<unsigned int, AttrDesc> OpAdapter<T>::input_attr_map_;
Dop_adapter.cc641 for (auto &it : input_attr_map_) { in setAttr()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dop_declare_macro.h45 const std::unordered_map<unsigned int, AttrDesc> OpAdapter<T>::input_attr_map_;
131 const std::unordered_map<unsigned int, AttrDesc> OpAdapter<T>::input_attr_map_