Oakfield API Documentation 1.0.0
Numerical core APIs
Loading...
Searching...
No Matches
SimKernelIROutput Struct Reference

Output specification emitted by a kernel. More...

#include <backend.h>

Public Attributes

size_t field_index
 
SimIRNodeId expression
 

Detailed Description

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.

Member Data Documentation

◆ expression

SimIRNodeId SimKernelIROutput::expression

Root node identifier describing the value.

◆ field_index

size_t SimKernelIROutput::field_index

Destination field that receives the result.


The documentation for this struct was generated from the following file: