Searched refs:dyn_input_map_ (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/ |
D | op_adapter.h | 44 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_;
|
D | op_adapter.cc | 216 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/ |
D | op_declare_macro.h | 49 const std::unordered_map<int, DynInputDesc> OpAdapter<T>::dyn_input_map_; 82 const std::unordered_map<int, DynInputDesc> OpAdapter<T>::dyn_input_map_
|