Bolt
DataFormat.java
Go to the documentation of this file.
1
21
package
com.huawei.noah;
22
24
public
enum
DataFormat
{
25
NCHW
,
26
NHWC
,
27
MTK
,
28
NORMAL
29
}
NORMAL
batch->unit data order
Definition:
bolt.h:75
com.huawei.noah.DataFormat.NHWC
NHWC
batch->high->width->channel data order
Definition:
DataFormat.java:26
com.huawei.noah.DataFormat
Definition:
DataFormat.java:24
com.huawei.noah.DataFormat.NCHW
NCHW
batch->channel->high->width data order
Definition:
DataFormat.java:25
com.huawei.noah.DataFormat.MTK
MTK
batch->time->unit data order
Definition:
DataFormat.java:27
inference
engine
api
java
com
huawei
noah
DataFormat.java
Generated on Fri Apr 8 2022 09:43:46 for Bolt by
1.8.13