Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h171 constexpr char SPLIT_SENS[] = "split_sens"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc213 if (instance_name.find(SPLIT_SENS) == std::string::npos) { in InsertNode()
247 if (instance_name.find(SPLIT_SENS) == std::string::npos) { in ReplaceNode()
2410 InsertGetTensorSliceOp(op, grad_sens_node, func_graph, 1, SPLIT_SENS); in SplitSens()