Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dop_declare_macro.h33 const std::unordered_map<std::string, AttrDesc> OpAdapter<T>::attr_map_;
45 const std::unordered_map<unsigned int, AttrDesc> OpAdapter<T>::input_attr_map_;
118 const std::unordered_map<std::string, AttrDesc> OpAdapter<T>::attr_map_
119 #define EMPTY_ATTR_MAP std::unordered_map<std::string, AttrDesc>()
131 const std::unordered_map<unsigned int, AttrDesc> OpAdapter<T>::input_attr_map_
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h36 const std::unordered_map<std::string, AttrDesc> &attr_map, in OpAdapterImpl()
38 const std::unordered_map<unsigned int, AttrDesc> &input_attr_map, in OpAdapterImpl()
103 const std::unordered_map<std::string, AttrDesc> &attr_map_;
105 const std::unordered_map<unsigned int, AttrDesc> &input_attr_map_;
187 …const std::unordered_map<unsigned int, AttrDesc> &getInputAttrMap() override { return input_attr_m… in getInputAttrMap()
431 static const std::unordered_map<std::string, AttrDesc> attr_map_;
434 static const std::unordered_map<unsigned int, AttrDesc> input_attr_map_;
453 const std::unordered_map<std::string, AttrDesc> OpAdapter<T>::attr_map_;
457 const std::unordered_map<unsigned int, AttrDesc> OpAdapter<T>::input_attr_map_;
Dop_adapter_base.h94 struct AttrDesc { struct
155 virtual const std::unordered_map<unsigned int, AttrDesc> &getInputAttrMap() = 0;