A unique identifier for an array. */
| 220 | |
| 221 | /** A unique identifier for an array. */ |
| 222 | std::uintptr_t id() const { |
| 223 | return reinterpret_cast<std::uintptr_t>(array_desc_.get()); |
| 224 | } |
| 225 | |
| 226 | /** A unique identifier for an arrays primitive. */ |
| 227 | std::uintptr_t primitive_id() const { |