Searched refs:AttrDesc (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | op_declare_macro.h | 33 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/ |
D | op_adapter.h | 36 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_;
|
D | op_adapter_base.h | 94 struct AttrDesc { struct 155 virtual const std::unordered_map<unsigned int, AttrDesc> &getInputAttrMap() = 0;
|