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.h79 Status AddSpecialCaseCopies(HloModule* module);
83 virtual Status AddSpecialCaseCopies(const CallGraph& call_graph,
Dcopy_insertion.cc1042 Status CopyInsertion::AddSpecialCaseCopies(HloModule* module) { in AddSpecialCaseCopies() function in xla::CopyInsertion
1044 return AddSpecialCaseCopies(*call_graph, module); in AddSpecialCaseCopies()
1047 Status CopyInsertion::AddSpecialCaseCopies(const CallGraph& call_graph, in AddSpecialCaseCopies() function in xla::CopyInsertion
1266 TF_RETURN_IF_ERROR(AddSpecialCaseCopies(*call_graph, module)); in Run()