[XLA] Explicitly use ::xla::Layout
MSVC uses delayed template parsing, so it confuses `Layout` as `::xla::match::Layout` below instead of `::xla::Layout`.
Loading
Please sign in to comment
MSVC uses delayed template parsing, so it confuses `Layout` as `::xla::match::Layout` below instead of `::xla::Layout`.