tvm
Public Attributes | List of all members
TVMValue Union Reference

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

#include <c_runtime_api.h>

Collaboration diagram for TVMValue:

Public Attributes

int64_t v_int64
 
double v_float64
 
void * v_handle
 
const char * v_str
 
DLDataType v_type
 
DLDevice v_device
 

Detailed Description

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

Member Data Documentation

◆ v_device

DLDevice TVMValue::v_device

◆ v_float64

double TVMValue::v_float64

◆ v_handle

void* TVMValue::v_handle

◆ v_int64

int64_t TVMValue::v_int64

◆ v_str

const char* TVMValue::v_str

◆ v_type

DLDataType TVMValue::v_type

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