14 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE__CALL_INLINER_H_ 15 #define TENSORFLOW_COMPILER_XLA_SERVICE__CALL_INLINER_H_ 17 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 18 #include "tensorflow/compiler/xla/statusor.h" 27 using InlinedInstructionMap =
28 std::unordered_map<HloInstruction*, HloInstruction*>;
31 static StatusOr<InlinedInstructionMap> Inline(
HloInstruction* call);
33 tensorflow::StringPiece name()
const override {
return "CallInliner"; }
34 StatusOr<bool> Run(
HloModule* module)
override;
37 #endif // TENSORFLOW_COMPILER_XLA_SERVICE__CALL_INLINER_H_ Definition: hlo_instruction.h:165
Definition: call_inliner.h:25
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52