Home
last modified time | relevance | path

Searched refs:AddSpecialCaseCopies (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.h90 Status AddSpecialCaseCopies(HloModule* module);
99 virtual Status AddSpecialCaseCopies(const CallGraph& call_graph,
Dcopy_insertion.cc984 Status CopyInsertion::AddSpecialCaseCopies(HloModule* module) { in AddSpecialCaseCopies() function in xla::CopyInsertion
986 return AddSpecialCaseCopies(*call_graph, module); in AddSpecialCaseCopies()
989 Status CopyInsertion::AddSpecialCaseCopies(const CallGraph& call_graph, in AddSpecialCaseCopies() function in xla::CopyInsertion
1190 TF_RETURN_IF_ERROR(AddSpecialCaseCopies(*call_graph, module)); in Run()