aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/jit/partially_decluster_pass_test.cc
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-08-23 19:17:40 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-23 19:21:32 -0700
commit9d51d5914084f4cd65ea18c4da45dfb64f2945b6 (patch)
treee7b1cef2df28d83db67f9734d2ad477c89a5fcca /tensorflow/compiler/jit/partially_decluster_pass_test.cc
parent52acfd08111acc6668aa23498688a3346d1c5334 (diff)
Use absl functions instead of str_util within tf2xla.
PiperOrigin-RevId: 210040583
Diffstat (limited to 'tensorflow/compiler/jit/partially_decluster_pass_test.cc')
-rw-r--r--tensorflow/compiler/jit/partially_decluster_pass_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/compiler/jit/partially_decluster_pass_test.cc b/tensorflow/compiler/jit/partially_decluster_pass_test.cc
index 08a956e4c6..f61a955c22 100644
--- a/tensorflow/compiler/jit/partially_decluster_pass_test.cc
+++ b/tensorflow/compiler/jit/partially_decluster_pass_test.cc
@@ -32,7 +32,6 @@ limitations under the License.
#include "tensorflow/core/graph/graph_def_builder.h"
#include "tensorflow/core/graph/graph_def_builder_util.h"
#include "tensorflow/core/lib/core/status_test_util.h"
-#include "tensorflow/core/lib/strings/str_util.h"
#include "tensorflow/core/platform/test.h"
namespace tensorflow {