| Modifier and Type | Method and Description | 
|---|---|
| CNodeBinary.BinType | CNodeBinary. getType() | 
| CNodeBinary.BinType | CNodeBinary.BinType. getVectorAddPrimitive() | 
| static CNodeBinary.BinType | CNodeBinary.BinType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CNodeBinary.BinType[] | CNodeBinary.BinType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | CodeTemplate. getTemplate(CNodeBinary.BinType type,
           boolean sparseLhs,
           boolean sparseRhs,
           boolean scalarVector,
           boolean scalarInput,
           boolean vectorVector) | 
| Constructor and Description | 
|---|
| CNodeBinary(CNode in1,
           CNode in2,
           CNodeBinary.BinType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Binary. getTemplate(CNodeBinary.BinType type,
           boolean sparseLhs,
           boolean sparseRhs,
           boolean scalarVector,
           boolean scalarInput,
           boolean vectorVector) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | Binary. getTemplate(CNodeBinary.BinType type,
           boolean sparseLhs,
           boolean sparseRhs,
           boolean scalarVector,
           boolean scalarInput,
           boolean vectorVector) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | TemplateUtils. containsBinary(CNode node,
              CNodeBinary.BinType type) | 
| static boolean | TemplateUtils. isBinary(CNode node,
        CNodeBinary.BinType... types) | 
| static boolean | TemplateUtils. rContainsBinary(CNode node,
               CNodeBinary.BinType type) | 
| static boolean | TemplateUtils. rIsSparseSafeOnly(CNode node,
                 CNodeBinary.BinType... types) | 
Copyright © 2021 The Apache Software Foundation. All rights reserved.