Classes
class Model
: A model grouping layers into an object with training/inference features.
class Sequential
: Sequential
groups a linear stack of layers into a tf.keras.Model
.
Functions
Input(...)
: Input()
is used to instantiate a Keras tensor.