| Package | Description | 
|---|---|
| org.apache.sysds.hops.codegen.cplan | |
| org.apache.sysds.hops.codegen.template | 
| Modifier and Type | Method and Description | 
|---|---|
| CNodeTernary.TernaryType | CNodeTernary. getType() | 
| static CNodeTernary.TernaryType | CNodeTernary.TernaryType. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CNodeTernary.TernaryType[] | CNodeTernary.TernaryType. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| CNodeTernary(CNode in1,
            CNode in2,
            CNode in3,
            CNodeTernary.TernaryType type) | 
| Modifier and Type | Method and Description | 
|---|---|
| static boolean | TemplateUtils. isTernary(CNode node,
         CNodeTernary.TernaryType... types) | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.