|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Output specification emitted by a kernel. More...
#include <backend.h>
Public Attributes | |
| size_t | field_index |
| SimIRNodeId | expression |
Output specification emitted by a kernel.
Each output writes one expression root to one bound destination field. The destination field must be present in the KernelIR binding table.
| SimIRNodeId SimKernelIROutput::expression |
Root node identifier describing the value.
| size_t SimKernelIROutput::field_index |
Destination field that receives the result.