Uses of Enum Class
org.apache.sysds.runtime.codegen.SpoofOuterProduct.OutProdType
Packages that use SpoofOuterProduct.OutProdType
Package
Description
-
Uses of SpoofOuterProduct.OutProdType in org.apache.sysds.hops.codegen.cplan
Methods in org.apache.sysds.hops.codegen.cplan that return SpoofOuterProduct.OutProdTypeMethods in org.apache.sysds.hops.codegen.cplan with parameters of type SpoofOuterProduct.OutProdTypeModifier and TypeMethodDescriptionvoidCNodeOuterProduct.setOutProdType(SpoofOuterProduct.OutProdType type) -
Uses of SpoofOuterProduct.OutProdType in org.apache.sysds.hops.codegen.template
Methods in org.apache.sysds.hops.codegen.template that return SpoofOuterProduct.OutProdTypeModifier and TypeMethodDescriptionTemplateUtils.getOuterProductType(Hop X, Hop U, Hop V, Hop out) -
Uses of SpoofOuterProduct.OutProdType in org.apache.sysds.runtime.codegen
Methods in org.apache.sysds.runtime.codegen that return SpoofOuterProduct.OutProdTypeModifier and TypeMethodDescriptionSpoofOuterProduct.getOuterProdType()Returns the enum constant of this class with the specified name.static SpoofOuterProduct.OutProdType[]SpoofOuterProduct.OutProdType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.sysds.runtime.codegen with parameters of type SpoofOuterProduct.OutProdTypeModifier and TypeMethodDescriptionvoidSpoofOuterProduct.setOuterProdType(SpoofOuterProduct.OutProdType type) Constructors in org.apache.sysds.runtime.codegen with parameters of type SpoofOuterProduct.OutProdType