14 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_CPU_CPU_HLO_SUPPORT_CHECKER_H_ 15 #define TENSORFLOW_COMPILER_XLA_SERVICE_CPU_CPU_HLO_SUPPORT_CHECKER_H_ 16 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 30 tensorflow::StringPiece name()
const override {
31 return "cpu_hlo_support_checker";
35 StatusOr<bool> Run(
HloModule* module)
override;
38 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_CPU_CPU_HLO_SUPPORT_CHECKER_H_ namespace for xla
Definition: client_library.cc:26
Definition: cpu_hlo_support_checker.h:26
Definition: hlo_module.h:52