aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc
diff options
context:
space:
mode:
authorGravatar gracehoney <31743510+aaroey@users.noreply.github.com>2018-08-09 11:44:07 -0700
committerGravatar gracehoney <31743510+aaroey@users.noreply.github.com>2018-08-09 11:44:07 -0700
commit728422d1eee62374b3221676a1826660473897bc (patch)
tree161115f7ba7d544d86bd491da9a18ae2c4556c17 /tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc
parent1d4a8296b26150f7eabf5bbb981b9b2438a9fb2a (diff)
parentfd9fc4b4b69f7fce60497bbaf5cbd958f12ead8d (diff)
Fix conflicts with upstream/master
Diffstat (limited to 'tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc')
-rw-r--r--tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc b/tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc
index a5dce20456..dc5c106d02 100644
--- a/tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc
+++ b/tensorflow/compiler/xla/tools/dumped_computation_to_tf_graphdef.cc
@@ -29,6 +29,7 @@ limitations under the License.
#include "tensorflow/compiler/xla/client/client.h"
#include "tensorflow/compiler/xla/client/client_library.h"
#include "tensorflow/compiler/xla/client/local_client.h"
+#include "tensorflow/compiler/xla/client/xla_computation.h"
#include "tensorflow/compiler/xla/legacy_flags/debug_options_flags.h"
#include "tensorflow/compiler/xla/service/hlo.pb.h"
#include "tensorflow/compiler/xla/service/service.h"