From b06b33cd8c6007f3aa78d2026a12f0d9fb12b274 Mon Sep 17 00:00:00 2001 From: Justin Lebar Date: Thu, 23 Aug 2018 22:49:44 -0700 Subject: [XLA] Use "absl::" rather than "::absl". Also move 'using' statements into namespaces. PiperOrigin-RevId: 210055083 --- tensorflow/compiler/xla/service/hlo_instructions.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tensorflow/compiler/xla/service/hlo_instructions.cc') diff --git a/tensorflow/compiler/xla/service/hlo_instructions.cc b/tensorflow/compiler/xla/service/hlo_instructions.cc index 13cddafde1..a0de253eda 100644 --- a/tensorflow/compiler/xla/service/hlo_instructions.cc +++ b/tensorflow/compiler/xla/service/hlo_instructions.cc @@ -33,10 +33,10 @@ limitations under the License. namespace xla { namespace { -using ::absl::CEscape; -using ::absl::StrAppend; -using ::absl::StrCat; -using ::absl::StrJoin; +using absl::CEscape; +using absl::StrAppend; +using absl::StrCat; +using absl::StrJoin; bool IsInstructionElementwiseOnOperand(const HloInstruction* instruction, const HloInstruction* operand) { -- cgit v1.2.3