Documentation
¶
Overview ¶
Package cfunc is a function that has been compiled by a backend.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompiledFunc ¶
type CompiledFunc struct {
// contains filtered or unexported fields
}
CompiledFunc is a graph compiled for a device.
func Compile ¶
func Compile(dev *api.Device, fn ir.Func, p *processor.Processor, ao materialise.Materialiser, outs []ir.Element) (*CompiledFunc, error)
Compile a function that will be run on a device given some inputs.
Click to show internal directories.
Click to hide internal directories.