interfaces¶
Primitive Fully Connected interfaces.
Classes
FCInterface |
Primitive Interface to be used by all ashpy.models. |
-
class
ashpy.models.fc.interfaces.FCInterface[source]¶ Bases:
tensorflow.python.keras.engine.training.ModelPrimitive Interface to be used by all
ashpy.models.-
__init__()[source]¶ Primitive Interface to be used by all
ashpy.models.Declares the self._layers list.
Returns: None
-