Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.h111 void set_opt_weight_shard_step(int32_t step) { opt_weight_shard_step_ = step; } in set_opt_weight_shard_step() function
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.cc188 parallel_layouts->set_opt_weight_shard_step(tensor_layout->opt_weight_shard_step()); in Save()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Doperator_info.cc612 tensor_layout->set_opt_weight_shard_step(LongToInt(opt_weight_shard_step)); in CreateGroupForOptShard()