Simd Library Documentation.

Home | Release Notes | Download | Documentation | Issues | GitHub
TensorFormat Class Reference

4D-tensor format type. More...

Inherits Enum.

Static Public Attributes

int Unknown = -1
 Unknown tensor format.
 
int Nchw = 0
 NCHW (N - batch, C - channels, H - height, W - width) 4D-tensor format of (input/output) image.
 
int Nhwc = 1
 NHWC (N - batch, H - height, W - width, C - channels) 4D-tensor format of (input/output) image.
 

Detailed Description

4D-tensor format type.