| Package | Description | 
|---|---|
| org.apache.sysds.hops.codegen.cplan | |
| org.apache.sysds.hops.codegen.template | 
| 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. | 
| Constructor and Description | 
|---|
| CNodeBinary(CNode in1,
           CNode in2,
           CNodeBinary.BinType type) | 
| 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 © 2020 The Apache Software Foundation. All rights reserved.