Uses of Class
org.apache.sysds.runtime.codegen.SpoofOuterProduct.OutProdType
- 
Packages that use SpoofOuterProduct.OutProdType Package Description org.apache.sysds.hops.codegen.cplan org.apache.sysds.hops.codegen.template org.apache.sysds.runtime.codegen 
- 
- 
Uses of SpoofOuterProduct.OutProdType in org.apache.sysds.hops.codegen.cplanMethods in org.apache.sysds.hops.codegen.cplan that return SpoofOuterProduct.OutProdType Modifier and Type Method Description SpoofOuterProduct.OutProdTypeCNodeOuterProduct. getOutProdType()Methods in org.apache.sysds.hops.codegen.cplan with parameters of type SpoofOuterProduct.OutProdType Modifier and Type Method Description voidCNodeOuterProduct. setOutProdType(SpoofOuterProduct.OutProdType type)
- 
Uses of SpoofOuterProduct.OutProdType in org.apache.sysds.hops.codegen.templateMethods in org.apache.sysds.hops.codegen.template that return SpoofOuterProduct.OutProdType Modifier and Type Method Description static SpoofOuterProduct.OutProdTypeTemplateUtils. getOuterProductType(Hop X, Hop U, Hop V, Hop out)
- 
Uses of SpoofOuterProduct.OutProdType in org.apache.sysds.runtime.codegenMethods in org.apache.sysds.runtime.codegen that return SpoofOuterProduct.OutProdType Modifier and Type Method Description SpoofOuterProduct.OutProdTypeSpoofOuterProduct. getOuterProdType()static SpoofOuterProduct.OutProdTypeSpoofOuterProduct.OutProdType. valueOf(String name)Returns the enum constant of this type with the specified name.static SpoofOuterProduct.OutProdType[]SpoofOuterProduct.OutProdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sysds.runtime.codegen with parameters of type SpoofOuterProduct.OutProdType Modifier and Type Method Description voidSpoofOuterProduct. setOuterProdType(SpoofOuterProduct.OutProdType type)Constructors in org.apache.sysds.runtime.codegen with parameters of type SpoofOuterProduct.OutProdType Constructor Description SpoofOuterProduct(SpoofOuterProduct.OutProdType type)
 
-