Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/strategy_checkpoint/
Dparallel_strategy_checkpoint.h35 using TensorInfoMap = std::unordered_map<std::string, TensorLayoutPtr>; variable
54 …Status Save(const StrategyMap &strategy_map, const TensorInfoMap &tensor_info_map, ManualShapeMap …
Dparallel_strategy_checkpoint.cc142 Status StrategyCheckpoint::Save(const StrategyMap &strategy_map, const TensorInfoMap &tensor_info_m… in Save()
/third_party/mindspore/tests/ut/cpp/stub/parallel_strategy_checkpoint/
Dparallel_strategy_checkpoint_stub.cc32 Status StrategyCheckpoint::Save(const StrategyMap &strategy_map, const TensorInfoMap &tensor_info_m… in Save()
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc2657 TensorInfoMap tensor_info_map; in CheckpointStrategy()