Searched refs:input_attr_map_ (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter.h | 50 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_;
|
D | op_adapter.cc | 641 for (auto &it : input_attr_map_) { in setAttr()
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | op_declare_macro.h | 45 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_
|