Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter.h44 dyn_input_map_(dyn_input_map), in OpAdapterImpl()
99 const std::unordered_map<int, DynInputDesc> &dyn_input_map_; variable
118 … : impl_(std::make_shared<OpAdapterImpl>(input_map_, dyn_input_map_, output_map_, dyn_output_map_, in OpAdapter()
125 … impl_(std::make_shared<OpAdapterImpl>(input_map_, dyn_input_map_, output_map_, dyn_output_map_, in OpAdapter()
188 const std::unordered_map<int, DynInputDesc> &getDynInputMap() override { return dyn_input_map_; } in getDynInputMap()
427 static const std::unordered_map<int, DynInputDesc> dyn_input_map_; variable
445 const std::unordered_map<int, DynInputDesc> OpAdapter<T>::dyn_input_map_;
Dop_adapter.cc216 auto it = dyn_input_map_.find(index); in setInput()
217 if (it != dyn_input_map_.end()) { in setInput()
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/
Dop_declare_macro.h49 const std::unordered_map<int, DynInputDesc> OpAdapter<T>::dyn_input_map_;
82 const std::unordered_map<int, DynInputDesc> OpAdapter<T>::dyn_input_map_