Searched refs:AddSpecialCaseCopies (Results 1 – 2 of 2) sorted by relevance
79 Status AddSpecialCaseCopies(HloModule* module);83 virtual Status AddSpecialCaseCopies(const CallGraph& call_graph,
1042 Status CopyInsertion::AddSpecialCaseCopies(HloModule* module) { in AddSpecialCaseCopies() function in xla::CopyInsertion1044 return AddSpecialCaseCopies(*call_graph, module); in AddSpecialCaseCopies()1047 Status CopyInsertion::AddSpecialCaseCopies(const CallGraph& call_graph, in AddSpecialCaseCopies() function in xla::CopyInsertion1266 TF_RETURN_IF_ERROR(AddSpecialCaseCopies(*call_graph, module)); in Run()