PandA-2024.02
Data Fields
DLDataType Struct Reference

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

#include <dlpack.h>

Data Fields

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

Definition at line 93 of file dlpack.h.

Field Documentation

◆ bits

uint8_t DLDataType::bits

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

Definition at line 103 of file dlpack.h.

◆ code

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.

Definition at line 99 of file dlpack.h.

◆ lanes

uint16_t DLDataType::lanes

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

Definition at line 105 of file dlpack.h.


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

Generated on Mon Feb 12 2024 13:03:50 for PandA-2024.02 by doxygen 1.8.13