diff --git a/torch_xla/csrc/ir.h b/torch_xla/csrc/ir.h index ac6ae9ed428..3acf13fa608 100644 --- a/torch_xla/csrc/ir.h +++ b/torch_xla/csrc/ir.h @@ -19,7 +19,7 @@ #include "absl/hash/hash.h" #include "absl/types/span.h" #include "torch_xla/csrc/runtime/types.h" -#include "tsl/lib/gtl/inlined_vector.h" +#include "absl/container/inlined_vector.h" #include "xla/client/xla_builder.h" namespace torch_xla { @@ -29,7 +29,7 @@ static const uint32_t default_hash_seed = (uint32_t)0x5a2d296e9; class XlaNode; class LoweringContext; -using XlaOpVector = tsl::gtl::InlinedVector; +using XlaOpVector = absl::InlinedVector; template using OutputMap =