This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from tensorflow.python.framework import tensor_shape | |
from tensorflow.python.eager import context | |
from tensorflow.python.framework import common_shapes | |
from tensorflow.python.framework import ops | |
from tensorflow.python.framework import tensor_shape | |
from tensorflow.python.keras import activations | |
from tensorflow.python.keras import backend as K | |
from tensorflow.python.keras import constraints | |
from tensorflow.python.keras import initializers | |
from tensorflow.python.keras import regularizers |