mirror of
https://github.com/ROCm/jax.git
synced 2025-04-18 12:56:07 +00:00
Merge pull request #14790 from patrick-kidger:patch-3
PiperOrigin-RevId: 514437379
This commit is contained in:
commit
6aed604789
@ -12,6 +12,10 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
from jax.experimental.jax2tf.jax2tf import (convert, dtype_of_val,
|
||||
split_to_logical_devices, PolyShape)
|
||||
from jax.experimental.jax2tf.call_tf import call_tf
|
||||
from jax.experimental.jax2tf.jax2tf import (
|
||||
convert as convert,
|
||||
dtype_of_val as dtype_of_val,
|
||||
split_to_logical_devices as split_to_logical_devices,
|
||||
PolyShape as PolyShape
|
||||
)
|
||||
from jax.experimental.jax2tf.call_tf import call_tf as call_tf
|
||||
|
Loading…
x
Reference in New Issue
Block a user