Searched refs:IsTupleOutput (Results 1 – 8 of 8) sorted by relevance
33 if (!AnfAlgo::IsTupleOutput(tuple_anf)) { in ConvertTupleInputToMakeTuple()80 if (input->Type() != nullptr && AnfAlgo::IsRealKernel(input) && AnfAlgo::IsTupleOutput(input) && in Process()
32 if (!AnfAlgo::IsTupleOutput(tuple_input)) { in SplitTupleInputs()73 if (AnfAlgo::IsTupleOutput(input_node)) { in ConvertMakeTupleInputToPlantInputs()
99 bool is_origin_tuple_output = AnfAlgo::IsTupleOutput(cnode); in Process()
116 static bool IsTupleOutput(const AnfNodePtr &anf);
698 if (!AnfAlgo::IsTupleOutput(node)) { in TransTupleToMakeTuple()
1533 bool AnfRuntimeAlgorithm::IsTupleOutput(const AnfNodePtr &anf) { in IsTupleOutput() function in mindspore::session::AnfRuntimeAlgorithm
494 if (AnfAlgo::IsTupleOutput(graph_output) && graph_output->isa<ValueNode>()) { in SetReturnNode()
376 if (outputs_num == 1 && (!AnfAlgo::IsTupleOutput(node))) { in InsertTransOpForOutput()