We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57beea1 commit 9e6afa9Copy full SHA for 9e6afa9
keras/src/utils/jax_layer.py
@@ -6,7 +6,6 @@
6
import numpy as np
7
import string
8
9
-from jax.experimental import jax2tf
10
from keras.src import backend
11
from keras.src import random
12
from keras.src import tree
@@ -19,6 +18,7 @@
19
18
from keras.src.utils import tracking
20
from keras.src import ops
21
from keras.src.utils.module_utils import jax
+from jax.experimental import jax2tf
22
from keras.src.utils.module_utils import tensorflow as tf
23
24
keras/src/utils/keras.code-workspace
0 commit comments