Skip to content

Commit

Permalink
Merge pull request #18943 from jakevdp:xla-bridge
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 590269567
  • Loading branch information
jax authors committed Dec 12, 2023
2 parents 616f4d2 + 796449e commit 2fa90e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jax/_src/xla_bridge.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
and provide some automatic type mapping logic for converting between Numpy and
XLA. There are also a handful of related casting utilities.
"""
from __future__ import annotations

from collections.abc import Mapping
import dataclasses
Expand Down

0 comments on commit 2fa90e1

Please sign in to comment.