package
0.9.18
Repository: https://github.com/gorgonia/gorgonia.git
Documentation: pkg.go.dev

# Functions

CloseTracing the tracing channel to avoid context leak.
NewMachine creates an exeuction machine from an exprgraph.
WithTracing initializes a tracing channel and adds it to the context.

# Structs

Machine is a top-level struture that will coordinate the execution of a graph.
Trace the nodes states.

# Interfaces

Doer is implementing the Do method of gorgonia's Op interface.