aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2018-07-25 22:42:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-07-25 22:45:37 -0700
commit700a6698e634391cf96a314f378a8de973b49995 (patch)
treebc6752657566c69fcb401dda83bb067af3fcc6d1 /tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc
parentdea6f2a4b671e1b9316797acdcc1c20e218c75d3 (diff)
[XLA] Migrate tf2xla to include the builder in client/.
This is a part of the work that incrementally moves client/xla_client/* to client/. PiperOrigin-RevId: 206107733
Diffstat (limited to 'tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc')
-rw-r--r--tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc b/tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc
index c810456f94..03a50ef8a0 100644
--- a/tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc
+++ b/tensorflow/compiler/tf2xla/kernels/reverse_sequence_op.cc
@@ -18,7 +18,7 @@ limitations under the License.
#include "tensorflow/compiler/tf2xla/xla_op_kernel.h"
#include "tensorflow/compiler/tf2xla/xla_op_registry.h"
#include "tensorflow/compiler/xla/client/lib/numeric.h"
-#include "tensorflow/compiler/xla/client/xla_client/xla_builder.h"
+#include "tensorflow/compiler/xla/client/xla_builder.h"
#include "tensorflow/core/framework/tensor_shape.h"
namespace tensorflow {