Module alumina::id[][src]

Structs

DataID

A unique identifier for a tensor (values or gradients) of a node.

NodeID

A unique identifier for a node in the computational graph

OpID

A unique identifier for a graph op.

PassID

A unique identifier for the (forward or backward) pass of an operator.

Enums

NodeTag

A type used to mark nodes as parameters, or for easy retrival from a graph.

OpTag

A type used to mark Ops for easy retrival from a graph.