18 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_HLO_CONSTANT_FOLDING_H_ 19 #define TENSORFLOW_COMPILER_XLA_SERVICE_HLO_CONSTANT_FOLDING_H_ 22 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 32 tensorflow::StringPiece name()
const override {
return "constant_folding"; }
36 StatusOr<bool> Run(
HloModule* module)
override;
41 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_HLO_CONSTANT_FOLDING_H_ Definition: hlo_constant_folding.h:30
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52