Searched refs:InputDesc (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | op_declare_macro.h | 31 const std::unordered_map<int, InputDesc> OpAdapter<T>::input_map_; \ 61 const std::unordered_map<int, InputDesc> OpAdapter<T>::input_map_ 62 #define EMPTY_INPUT_MAP std::unordered_map<int, InputDesc>()
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter.h | 31 OpAdapterImpl(const std::unordered_map<int, InputDesc> &input_map, in OpAdapterImpl() 98 const std::unordered_map<int, InputDesc> &input_map_; 186 const std::unordered_map<int, InputDesc> &getInputMap() override { return input_map_; } in getInputMap() 426 static const std::unordered_map<int, InputDesc> input_map_; 443 const std::unordered_map<int, InputDesc> OpAdapter<T>::input_map_;
|
D | op_adapter_base.h | 99 struct InputDesc { struct 154 virtual const std::unordered_map<int, InputDesc> &getInputMap() = 0;
|