TensorShapeFormat
public enum TensorShapeFormat
Tensor shapes and its arrangements.
-
Declaration
Swift
case C(Int)
-
Declaration
Swift
case NC(Int, Int)
-
Declaration
Swift
case WC(Int, Int)
-
Declaration
Swift
case HWC(Int, Int, Int)
-
Declaration
Swift
case CHW(Int, Int, Int)
-
Declaration
Swift
case NHWC(Int, Int, Int, Int)
-
Declaration
Swift
case NCHW(Int, Int, Int, Int)
-
Declaration
Swift
case CHWN(Int, Int, Int, Int)