PandA-2024.02
Data Fields
TVMValue Union Reference

Union type of values being passed through API and function calls. More...

#include <c_runtime_api.h>

Collaboration diagram for TVMValue:
Collaboration graph
[legend]

Data Fields

int64_t v_int64
 
double v_float64
 
void * v_handle
 
const char * v_str
 
TVMType v_type
 
TVMContext v_ctx
 

Detailed Description

Union type of values being passed through API and function calls.

Definition at line 151 of file c_runtime_api.h.

Field Documentation

◆ v_ctx

TVMContext TVMValue::v_ctx

Definition at line 157 of file c_runtime_api.h.

◆ v_float64

double TVMValue::v_float64

Definition at line 153 of file c_runtime_api.h.

◆ v_handle

void* TVMValue::v_handle

◆ v_int64

int64_t TVMValue::v_int64

Definition at line 152 of file c_runtime_api.h.

◆ v_str

const char* TVMValue::v_str

Definition at line 155 of file c_runtime_api.h.

◆ v_type

TVMType TVMValue::v_type

Definition at line 156 of file c_runtime_api.h.


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

Generated on Mon Feb 12 2024 13:04:08 for PandA-2024.02 by doxygen 1.8.13