20 #ifndef TENSORFLOW_COMPILER_XLA_SERVICE_FLATTEN_CALL_GRAPH_H_ 21 #define TENSORFLOW_COMPILER_XLA_SERVICE_FLATTEN_CALL_GRAPH_H_ 23 #include "tensorflow/compiler/xla/service/hlo_pass_interface.h" 24 #include "tensorflow/compiler/xla/statusor.h" 35 tensorflow::StringPiece name()
const override {
return "flatten-call-graph"; }
39 StatusOr<bool> Run(
HloModule* module)
override;
44 #endif // TENSORFLOW_COMPILER_XLA_SERVICE_FLATTEN_CALL_GRAPH_H_ Definition: flatten_call_graph.h:33
namespace for xla
Definition: client_library.cc:26
Definition: hlo_module.h:52