Crate rsdiff_graphs

Source
Expand description

§rsdiff-graphs

Modules§

dcg
Dynamic Compute Graph
error
grad
scg
Static Computational Graph

Structs§

Edge
EdgeIndex
Edge identifier.
Link
NodeIndex
Node identifier.

Traits§

ComputeGraph
GraphEdge
GraphEntry
GraphIndex
A GraphIndex is a node or edge index.

Type Aliases§

DefaultIx
The default integer type for graph indices. u32 is the default to reduce the size of the graph’s data and improve performance in the common case.