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

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

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