Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/utils/
Dnode_strategy.proto57 required int32 opt_weight_shard_step = 6; field
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_layout.h113 int32_t opt_weight_shard_step() { return opt_weight_shard_step_; } in 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.cc610 int64_t opt_weight_shard_step = in CreateGroupForOptShard() local
612 tensor_layout->set_opt_weight_shard_step(LongToInt(opt_weight_shard_step)); in CreateGroupForOptShard()
613 …MS_LOG(INFO) << "Parallel optimizer: save opt_weight_shard_step " << opt_weight_shard_step << " in… in CreateGroupForOptShard()
/third_party/mindspore/mindspore/train/
Dserialization.py1499 shard_stride = int(layout.opt_weight_shard_step)