← Back to C-Kernel-Engine Docs Doxygen Source Documentation
CKIRV2Node Struct Reference

#include <ckernel_ir_v2.h>

Data Fields

CKIRV2Binding bindings [24]
 
char * condition
 
uint8_t flags
 
int32_t inputs [8]
 
char * kernel
 
CKDataType kernel_dtype
 
uint16_t layer
 
uint8_t n_bindings
 
uint8_t n_inputs
 
uint8_t n_outputs
 
char * op
 
int32_t outputs [4]
 

Detailed Description

Definition at line 40 of file ckernel_ir_v2.h.

Field Documentation

◆ bindings

◆ condition

◆ flags

◆ inputs

int32_t CKIRV2Node::inputs[8]

Definition at line 49 of file ckernel_ir_v2.h.

Referenced by ck_ir_v2_lower_copy_nodes().

◆ kernel

◆ kernel_dtype

◆ layer

◆ n_bindings

◆ n_inputs

uint8_t CKIRV2Node::n_inputs

◆ n_outputs

uint8_t CKIRV2Node::n_outputs

◆ op

◆ outputs

int32_t CKIRV2Node::outputs[4]

Definition at line 51 of file ckernel_ir_v2.h.

Referenced by ck_ir_v2_lower_copy_nodes().


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