public static enum CNodeNary.NaryType extends Enum<CNodeNary.NaryType>
| Enum Constant and Description | 
|---|
| VECT_AVG_POOL | 
| VECT_CBIND | 
| VECT_CONV2DMM | 
| VECT_IM2COL | 
| VECT_MAX_POOL | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | contains(String value) | 
| String | getTemplate(boolean sparseGen,
           long len,
           ArrayList<CNode> inputs,
           SpoofCompiler.GeneratorAPI api) | 
| boolean | isVectorPrimitive() | 
| static CNodeNary.NaryType | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CNodeNary.NaryType[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CNodeNary.NaryType VECT_CBIND
public static final CNodeNary.NaryType VECT_MAX_POOL
public static final CNodeNary.NaryType VECT_AVG_POOL
public static final CNodeNary.NaryType VECT_IM2COL
public static final CNodeNary.NaryType VECT_CONV2DMM
public static CNodeNary.NaryType[] values()
for (CNodeNary.NaryType c : CNodeNary.NaryType.values()) System.out.println(c);
public static CNodeNary.NaryType 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 nullpublic static boolean contains(String value)
public String getTemplate(boolean sparseGen, long len, ArrayList<CNode> inputs, SpoofCompiler.GeneratorAPI api)
public boolean isVectorPrimitive()
Copyright © 2021 The Apache Software Foundation. All rights reserved.