18 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_CPU_COPY_INSERTION_H_ 19 #define TENSORFLOW_COMPILER_XLA_SERVICE_CPU_COPY_INSERTION_H_ 22 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 39 tensorflow::StringPiece name()
const override {
return "copy-insertion"; }
46 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_CPU_COPY_INSERTION_H_ StatusOr< bool > Run(HloModule *module) override
Entry point of xla::CpuCopyInsertion
Definition: cpu_copy_insertion.cc:37
Definition: cpu_copy_insertion.h:37
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52