Searched refs:AddSpecialCaseCopies (Results 1 – 2 of 2) sorted by relevance
90 Status AddSpecialCaseCopies(HloModule* module);99 virtual Status AddSpecialCaseCopies(const CallGraph& call_graph,
984 Status CopyInsertion::AddSpecialCaseCopies(HloModule* module) { in AddSpecialCaseCopies() function in xla::CopyInsertion986 return AddSpecialCaseCopies(*call_graph, module); in AddSpecialCaseCopies()989 Status CopyInsertion::AddSpecialCaseCopies(const CallGraph& call_graph, in AddSpecialCaseCopies() function in xla::CopyInsertion1190 TF_RETURN_IF_ERROR(AddSpecialCaseCopies(*call_graph, module)); in Run()