PandA-2024.02
|
Union type of values being passed through API and function calls. More...
#include <c_runtime_api.h>
Data Fields | |
int64_t | v_int64 |
double | v_float64 |
void * | v_handle |
const char * | v_str |
TVMType | v_type |
TVMContext | v_ctx |
Union type of values being passed through API and function calls.
Definition at line 151 of file c_runtime_api.h.
TVMContext TVMValue::v_ctx |
Definition at line 157 of file c_runtime_api.h.
double TVMValue::v_float64 |
Definition at line 153 of file c_runtime_api.h.
void* TVMValue::v_handle |
Definition at line 154 of file c_runtime_api.h.
Referenced by fused_activations_wrapper(), fused_conv2d_wrapper(), fused_multiply_wrapper(), fused_nn_dense_add_wrapper(), fused_nn_max_pool2d_wrapper(), fused_nn_softmax_wrapper(), and mlp_wrapper().
int64_t TVMValue::v_int64 |
Definition at line 152 of file c_runtime_api.h.
const char* TVMValue::v_str |
Definition at line 155 of file c_runtime_api.h.
TVMType TVMValue::v_type |
Definition at line 156 of file c_runtime_api.h.