Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dparameter_manager.cc469 int64_t cloned_index = param_value->cloned_index(); in SetClonedTensorShapeForOptimizer() local
493 …if (std::find(be_cloned_index.begin(), be_cloned_index.end(), cloned_index) != be_cloned_index.end… in SetClonedTensorShapeForOptimizer()
531 << ", clone index is: " << cloned_index; in SetClonedTensorShapeForOptimizer()
534 << cloned_index << ", but not found the be cloned parameter"; in SetClonedTensorShapeForOptimizer()
/third_party/mindspore/mindspore/core/ir/
Dparam_info.h61 int32_t cloned_index() const { return cloned_index_; } in cloned_index() function