public static enum SpoofFusedOp.SpoofOutputDimsType extends Enum<SpoofFusedOp.SpoofOutputDimsType>
| Enum Constant and Description | 
|---|
| COLUMN_DIMS_COLS | 
| COLUMN_DIMS_ROWS | 
| COLUMN_RANK_DIMS | 
| COLUMN_RANK_DIMS_T | 
| INPUT_DIMS | 
| INPUT_DIMS_CONST2 | 
| MULTI_SCALAR | 
| RANK_DIMS_COLS | 
| ROW_DIMS | 
| ROW_RANK_DIMS | 
| SCALAR | 
| VECT_CONST2 | 
| Modifier and Type | Method and Description | 
|---|---|
| static SpoofFusedOp.SpoofOutputDimsType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpoofFusedOp.SpoofOutputDimsType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final SpoofFusedOp.SpoofOutputDimsType INPUT_DIMS
public static final SpoofFusedOp.SpoofOutputDimsType INPUT_DIMS_CONST2
public static final SpoofFusedOp.SpoofOutputDimsType ROW_DIMS
public static final SpoofFusedOp.SpoofOutputDimsType COLUMN_DIMS_ROWS
public static final SpoofFusedOp.SpoofOutputDimsType COLUMN_DIMS_COLS
public static final SpoofFusedOp.SpoofOutputDimsType RANK_DIMS_COLS
public static final SpoofFusedOp.SpoofOutputDimsType SCALAR
public static final SpoofFusedOp.SpoofOutputDimsType MULTI_SCALAR
public static final SpoofFusedOp.SpoofOutputDimsType ROW_RANK_DIMS
public static final SpoofFusedOp.SpoofOutputDimsType COLUMN_RANK_DIMS
public static final SpoofFusedOp.SpoofOutputDimsType COLUMN_RANK_DIMS_T
public static final SpoofFusedOp.SpoofOutputDimsType VECT_CONST2
public static SpoofFusedOp.SpoofOutputDimsType[] values()
for (SpoofFusedOp.SpoofOutputDimsType c : SpoofFusedOp.SpoofOutputDimsType.values()) System.out.println(c);
public static SpoofFusedOp.SpoofOutputDimsType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2020 The Apache Software Foundation. All rights reserved.