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.Model

Primitive 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
call(inputs, training=True)[source]

Execute the model on input data.

Parameters:
  • inputs (tf.Tensor) – Input tensors.
  • training (bool) – Training flag.
Returns:

:py_class:`tf.Tensor`