18 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_CONDITIONAL_SIMPLIFIER_H_ 19 #define TENSORFLOW_COMPILER_XLA_SERVICE_CONDITIONAL_SIMPLIFIER_H_ 22 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 23 #include "tensorflow/compiler/xla/statusor.h" 24 #include "tensorflow/core/lib/core/stringpiece.h" 33 tensorflow::StringPiece name()
const override {
34 return "simplify-conditional";
36 StatusOr<bool> Run(
HloModule* module)
override;
41 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_CONDITIONAL_SIMPLIFIER_H_ Definition: conditional_simplifier.h:31
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52