analogvnn.graph.GraphEnum#

Module Contents#

Classes#

GraphEnum

The graph enum for indicating input, output and stop.

Attributes#

class analogvnn.graph.GraphEnum.GraphEnum[source]#

Bases: enum.Enum

The graph enum for indicating input, output and stop.

Variables:
INPUT = 'INPUT'[source]#
OUTPUT = 'OUTPUT'[source]#
STOP = 'STOP'[source]#
analogvnn.graph.GraphEnum.GRAPH_NODE_TYPE[source]#