Home
last modified time | relevance | path

Searched refs:AddCopiesForBufferAssignment (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcpu_copy_insertion.cc38 CopyInsertion::AddCopiesForBufferAssignment(module)); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_copy_insertion.cc60 CopyInsertion::AddCopiesForBufferAssignment(module)); in Run()
/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.h72 static StatusOr<bool> AddCopiesForBufferAssignment(HloModule* module);
Dcopy_insertion.cc1238 /* static */ StatusOr<bool> CopyInsertion::AddCopiesForBufferAssignment( in AddCopiesForBufferAssignment() function in xla::CopyInsertion