mxnet
Public Attributes | List of all members
MXNetValue Union Reference

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

#include <c_runtime_api.h>

Collaboration diagram for MXNetValue:
Collaboration graph

Public Attributes

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

Detailed Description

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

Member Data Documentation

◆ v_float64

double MXNetValue::v_float64

◆ v_handle

void* MXNetValue::v_handle

◆ v_int64

int64_t MXNetValue::v_int64

◆ v_str

const char* MXNetValue::v_str

◆ v_type

DLDataType MXNetValue::v_type

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