Searched refs:AddInputsVector (Results 1 – 1 of 1) sorted by relevance
705 if_true->AddInputsVector(std::move(args_true)); in Branch()706 if_false->AddInputsVector(std::move(args_false)); in Branch()1574 void AddInputsVector(std::vector<Node*> inputs) { in AddInputsVector() function