18 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_WHILE_LOOP_INVARIANT_CODE_MOTION_H_ 19 #define TENSORFLOW_COMPILER_XLA_SERVICE_WHILE_LOOP_INVARIANT_CODE_MOTION_H_ 22 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 23 #include "tensorflow/compiler/xla/statusor.h" 36 tensorflow::StringPiece name()
const override {
37 return "while-loop-invariant-code-motion";
39 StatusOr<bool> Run(
HloModule* module)
override;
43 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_WHILE_LOOP_INVARIANT_CODE_MOTION_H_ Definition: while_loop_invariant_code_motion.h:32
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52