cellflow.networks.BaseModule.__call__

abstractmethod BaseModule.__call__(x, training=True)[source]

Forward pass.

Return type:

Array

Parameters:
  • x (Array)

  • training (bool)