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,
29 }
batch->unit data order
Definition: bolt.h:75
NHWC
batch->high->width->channel data order
Definition: DataFormat.java:26
NCHW
batch->channel->high->width data order
Definition: DataFormat.java:25
MTK
batch->time->unit data order
Definition: DataFormat.java:27