|
Oakfield API Documentation 1.0.0
Numerical core APIs
|
Metadata for creating analytic warp nodes. More...
#include <kernel_ir.h>

Public Attributes | |
| SimIRNodeId | operand |
| double | bias |
| double | delta |
| double | lambda |
| double | tolerance |
| SimIRWarpProfile | profile |
| SimWarpLevel | warp_class |
| SimIRWarpGuard | guard |
| SimIRType | result_type |
Metadata for creating analytic warp nodes.
| double SimIRWarpSpec::bias |
Bias applied before sampling the warp.
| double SimIRWarpSpec::delta |
Symmetric offset for evaluating the warp.
| SimIRWarpGuard SimIRWarpSpec::guard |
Continuity guard policy for runtime sampling.
| double SimIRWarpSpec::lambda |
Scaling factor applied to the warp response.
| SimIRNodeId SimIRWarpSpec::operand |
Operand node identifier.
| SimIRWarpProfile SimIRWarpSpec::profile |
Warp profile selector.
| SimIRType SimIRWarpSpec::result_type |
Resulting value type (defaults to scalar).
| double SimIRWarpSpec::tolerance |
Optional tolerance for adaptive warps (<=0 uses default).
| SimWarpLevel SimIRWarpSpec::warp_class |
Optional classification hint for code generation.