Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h177 constexpr char SPLIT_TENSOR[] = "split_tensor"; variable
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/
Dstep_parallel.cc625 InsertGetTensorSliceOp(op, next_node, func_graph, index, SPLIT_TENSOR); in SplitTensor()
672 std::vector<AnfNodePtr> node_input = CreateInput(op, value_node, SPLIT_TENSOR); in SplitTensorList()
678 new_node_prim->set_instance_name(SPLIT_TENSOR); in SplitTensorList()