TensorRT  7.2.1.6
NVIDIA TensorRT
Looking for a C++ dev who knows TensorRT?
I'm looking for work. Hire me!
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Pages
polygraphy.util.format.DataFormat Class Reference
Inheritance diagram for polygraphy.util.format.DataFormat:
Collaboration diagram for polygraphy.util.format.DataFormat:

Static Public Attributes

int UNKNOWN = 0
 
int NW = 1
 
int NHW = 2
 
int CHW = 3
 
int NHWC = 4
 
int NCHW = 5
 

Member Data Documentation

◆ UNKNOWN

int polygraphy.util.format.DataFormat.UNKNOWN = 0
static

◆ NW

int polygraphy.util.format.DataFormat.NW = 1
static

◆ NHW

int polygraphy.util.format.DataFormat.NHW = 2
static

◆ CHW

int polygraphy.util.format.DataFormat.CHW = 3
static

◆ NHWC

int polygraphy.util.format.DataFormat.NHWC = 4
static

◆ NCHW

int polygraphy.util.format.DataFormat.NCHW = 5
static

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