Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.h58 void set_next_operator_name(const std::string &next_name) { next_operator_name_ = next_name; } in set_next_operator_name()
69 std::string next_operator_name() const { return next_operator_name_; } in next_operator_name()
104 std::string next_operator_name_; variable