18 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_RESHAPE_MOVER_H_ 19 #define TENSORFLOW_COMPILER_XLA_SERVICE_RESHAPE_MOVER_H_ 21 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 61 tensorflow::StringPiece name()
const override {
return "reshape-mover"; }
63 StatusOr<bool> Run(
HloModule* module)
override;
68 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_RESHAPE_MOVER_H_ Definition: reshape_mover.h:59
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52