Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.cc143 ManualShapeMap *manual_shape_map) { in Save() argument
181 MS_EXCEPTION_IF_NULL(manual_shape_map); in Save()
182 auto manual_shape = (*manual_shape_map)[node_tensor_info.first]; in Save()
Dparallel_strategy_checkpoint.h54 …StrategyMap &strategy_map, const TensorInfoMap &tensor_info_map, ManualShapeMap *manual_shape_map);
/third_party/mindspore/tests/ut/cpp/stub/parallel_strategy_checkpoint/
Dparallel_strategy_checkpoint_stub.cc33 ManualShapeMap *manual_shape_map) { return SUCCESS; } in Save() argument
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc2658 ManualShapeMap manual_shape_map; in CheckpointStrategy() local
2693 manual_shape_map[param_name] = manual_shape; in CheckpointStrategy()
2712 …if (StrategyCheckpoint::GetInstance().Save(stra_map, tensor_info_map, &manual_shape_map) != SUCCES… in CheckpointStrategy()