|
tvm
|
Union type of values being passed through API and function calls. More...
#include <c_runtime_api.h>
Public Attributes | |
| int64_t | v_int64 |
| double | v_float64 |
| void * | v_handle |
| const char * | v_str |
| DLDataType | v_type |
| DLDevice | v_device |
Union type of values being passed through API and function calls.
| DLDevice TVMValue::v_device |
| double TVMValue::v_float64 |
| void* TVMValue::v_handle |
| int64_t TVMValue::v_int64 |
| const char* TVMValue::v_str |
| DLDataType TVMValue::v_type |
1.8.13