Home
last modified time | relevance | path

Searched refs:getInputMap (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/
Dop_adapter_base.h154 virtual const std::unordered_map<int, InputDesc> &getInputMap() = 0;
Dop_adapter.h186 const std::unordered_map<int, InputDesc> &getInputMap() override { return input_map_; } in getInputMap() function
Dconvert.cc1916 auto input_map = adpt->getInputMap(); in DrawCNode()
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute_ge.cc108 auto &input_map = adapter->getInputMap(); in SetInputsForSingleOpGraph()