Searched defs:single_shape (Results 1 – 5 of 5) sorted by relevance
121 auto single_shape = AnfAlgo::GetOutputDetailShape(split_outputs[0], 0); in CreateAllToAllvNode() local170 auto single_shape = common::AnfAlgo::GetOutputInferShape(all_to_all_v_outputs[0], 0); in CreateConcatNode() local
598 auto single_shape = in CreateLeftRightConcat() local632 auto single_shape = common::AnfAlgo::GetOutputInferShape(neighbor_exchange_v2_input, 0); in CreateMiddleConcat() local
119 auto single_shape = AnfAlgo::GetOutputDetailShape(split_outputs[0], 0UL); in CreateAllToAllvNode() local191 auto single_shape = AnfAlgo::GetOutputDetailShape(split_outputs[0], 0UL); in CreateAllToAllvNode() local263 auto single_shape = common::AnfAlgo::GetOutputInferShape(input_node_outputs[0], 0); in CreateConcatNode() local
525 auto single_shape = common::AnfAlgo::GetOutputInferShape(all_to_all_v_outputs[output_idx], 0UL); in CreateLeftRightConcat() local556 auto single_shape = common::AnfAlgo::GetOutputInferShape(neighbor_exchange_v2_input, 0UL); in CreateMiddleConcat() local
2247 const auto &single_shape = std::make_shared<abstract::Shape>(single_shape_vector); in SequenceToTensor() local