public static enum GPUInstruction.GPUINSTRUCTION_TYPE extends Enum<GPUInstruction.GPUINSTRUCTION_TYPE>
| Enum Constant and Description | 
|---|
| AggregateBinary | 
| AggregateUnary | 
| Append | 
| ArithmeticBinary | 
| Builtin | 
| BuiltinBinary | 
| BuiltinUnary | 
| Dnn | 
| MatrixIndexing | 
| MatrixReshape | 
| MMTSJ | 
| RelationalBinary | 
| Reorg | 
| SpoofFused | 
| Modifier and Type | Method and Description | 
|---|---|
| static GPUInstruction.GPUINSTRUCTION_TYPE | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static GPUInstruction.GPUINSTRUCTION_TYPE[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final GPUInstruction.GPUINSTRUCTION_TYPE AggregateUnary
public static final GPUInstruction.GPUINSTRUCTION_TYPE AggregateBinary
public static final GPUInstruction.GPUINSTRUCTION_TYPE RelationalBinary
public static final GPUInstruction.GPUINSTRUCTION_TYPE Dnn
public static final GPUInstruction.GPUINSTRUCTION_TYPE MMTSJ
public static final GPUInstruction.GPUINSTRUCTION_TYPE Reorg
public static final GPUInstruction.GPUINSTRUCTION_TYPE MatrixReshape
public static final GPUInstruction.GPUINSTRUCTION_TYPE Append
public static final GPUInstruction.GPUINSTRUCTION_TYPE ArithmeticBinary
public static final GPUInstruction.GPUINSTRUCTION_TYPE BuiltinUnary
public static final GPUInstruction.GPUINSTRUCTION_TYPE BuiltinBinary
public static final GPUInstruction.GPUINSTRUCTION_TYPE Builtin
public static final GPUInstruction.GPUINSTRUCTION_TYPE MatrixIndexing
public static final GPUInstruction.GPUINSTRUCTION_TYPE SpoofFused
public static GPUInstruction.GPUINSTRUCTION_TYPE[] values()
for (GPUInstruction.GPUINSTRUCTION_TYPE c : GPUInstruction.GPUINSTRUCTION_TYPE.values()) System.out.println(c);
public static GPUInstruction.GPUINSTRUCTION_TYPE 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 © 2021 The Apache Software Foundation. All rights reserved.