Searched refs:output_node_shape (Results 1 – 1 of 1) sorted by relevance
38 std::vector<size_t> output_node_shape = AnfAlgo::GetPrevNodeOutputInferShape(node, i); in InsertSplitForInput() local39 output_node_shape[0] /= rank_size_t; in InsertSplitForInput()40 shapes.push_back(output_node_shape); in InsertSplitForInput()41 size_splits.push_back(output_node_shape[0]); in InsertSplitForInput()