Module alumina::graph [] [src]

Modules

indexing

Structs

Graph
Node
NodeData
NodeID
OpID

Enums

ParamRange

A param range indicates which part of the graph parameter vector an operation needs to use A Primary range indicates that an operation requested new parameters, and 'owns' them and is responsible for initialising them A Secondary range indicates that a an operation is using the same parameters and an existing operation, both will use them in forward and backwards passes, gradient contributions will accumulate.