Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dop_declare_macro.h31 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/
Dop_adapter.h31 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_;
Dop_adapter_base.h99 struct InputDesc { struct
154 virtual const std::unordered_map<int, InputDesc> &getInputMap() = 0;