Minor fix to include order.
PiperOrigin-RevId: 312298890 Change-Id: I3ae60f2d4c5f6c92aa165c7fa1263445c4a98a6d
This commit is contained in:
parent
3245c2f87e
commit
6c1f11a557
|
@ -37,9 +37,9 @@ from tensorflow.python.keras import testing_utils
|
|||
from tensorflow.python.keras.layers import convolutional
|
||||
from tensorflow.python.keras.layers import core
|
||||
from tensorflow.python.keras.layers import embeddings
|
||||
from tensorflow.python.keras.layers.preprocessing import preprocessing_test_utils
|
||||
from tensorflow.python.keras.layers.preprocessing import text_vectorization
|
||||
from tensorflow.python.keras.layers.preprocessing import text_vectorization_v1
|
||||
from tensorflow.python.keras.layers.preprocessing import preprocessing_test_utils
|
||||
from tensorflow.python.keras.saving import saved_model_experimental as saving
|
||||
from tensorflow.python.keras.utils import generic_utils
|
||||
from tensorflow.python.keras.utils.generic_utils import CustomObjectScope
|
||||
|
|
Loading…
Reference in New Issue