14 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_GATHER_EXPANDER_H_ 15 #define TENSORFLOW_COMPILER_XLA_SERVICE_GATHER_EXPANDER_H_ 16 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 26 tensorflow::StringPiece name()
const override {
return "gather_expander"; }
27 StatusOr<bool> Run(
HloModule* module)
override;
29 StatusOr<HloInstruction*> ExpandGather(
HloInstruction* gather_instr);
32 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_GATHER_EXPANDER_H_ Definition: gather_expander.h:24
Definition: hlo_instruction.h:165
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52