mxnet
Public Attributes | List of all members
DLDataType Struct Reference

The data type the tensor can hold. More...

#include <dlpack.h>

Collaboration diagram for DLDataType:
Collaboration graph

Public Attributes

uint8_t code
 Type code of base types. We keep it uint8_t instead of DLDataTypeCode for minimal memory footprint, but the value should be one of DLDataTypeCode enum values. More...
 
uint8_t bits
 Number of bits, common choices are 8, 16, 32. More...
 
uint16_t lanes
 Number of lanes in the type, used for vector types. More...
 

Detailed Description

The data type the tensor can hold.

Examples

Member Data Documentation

uint8_t DLDataType::bits

Number of bits, common choices are 8, 16, 32.

uint8_t DLDataType::code

Type code of base types. We keep it uint8_t instead of DLDataTypeCode for minimal memory footprint, but the value should be one of DLDataTypeCode enum values.

uint16_t DLDataType::lanes

Number of lanes in the type, used for vector types.


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