18 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_WHILE_LOOP_SIMPLIFIER_H_ 19 #define TENSORFLOW_COMPILER_XLA_SERVICE_WHILE_LOOP_SIMPLIFIER_H_ 22 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 23 #include "tensorflow/compiler/xla/statusor.h" 41 tensorflow::StringPiece name()
const override {
42 return "simplify-while-loops";
44 StatusOr<bool> Run(
HloModule* module)
override;
49 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_WHILE_LOOP_SIMPLIFIER_H_ Definition: while_loop_simplifier.h:38
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52