Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // UndefinedCluster ... UndefinedCluster = NewGroup("UndefinedCluster") // ExprGraphCluster is the default cluster ExprGraphCluster = NewGroup("ExprGraphCluster ") // ConstantCluster is the group of nodes that represents constants ConstantCluster = NewGroup("Constants ") // InputCluster is the group of nodes that are expecting values InputCluster = NewGroup("Inputs ") // GradientCluster ... GradientCluster = NewGroup("Gradients ") // StrayCluster ... StrayCluster = NewGroup("Undifferentiated nodes ") )
Functions ¶
This section is empty.
Types ¶
type ByName ¶ added in v0.9.11
type ByName []Group
ByName is a sorting for a slice of groups, where the groups are sorted by name
type Grouper ¶
type Grouper interface {
Groups() Groups
}
Grouper is any object that can claim itself as being part of a group
Click to show internal directories.
Click to hide internal directories.