Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dreshape_info.h71 int64_t next_operator_index() const { return next_operator_index_; } in next_operator_index() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/auto_parallel/
Dgraph_costmodel.cc1614 int64_t next_index = reshape_info->next_operator_index(); in InitReshapeStrategy()