Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComputeDependencyGraph ¶
type ComputeDependencyGraph struct {
// contains filtered or unexported fields
}
ComputeDependencyGraph Convert output-driven graph to input-driven graph for shape inference
func NewComputeDependencyGraph ¶
func NewComputeDependencyGraph(net *network.Network) *ComputeDependencyGraph
func (*ComputeDependencyGraph) ComputeSortedNodes ¶
func (m *ComputeDependencyGraph) ComputeSortedNodes()
func (*ComputeDependencyGraph) GetOutputSortedNodes ¶
func (m *ComputeDependencyGraph) GetOutputSortedNodes() []*network.Node
func (*ComputeDependencyGraph) Validate ¶
func (m *ComputeDependencyGraph) Validate() error
Click to show internal directories.
Click to hide internal directories.