Uses of Class
org.apache.sysds.runtime.codegen.SpoofOperator
- 
Packages that use SpoofOperator Package Description org.apache.sysds.runtime.codegen org.apache.sysds.runtime.instructions.cp  - 
- 
Uses of SpoofOperator in org.apache.sysds.runtime.codegen
Subclasses of SpoofOperator in org.apache.sysds.runtime.codegen Modifier and Type Class Description classSpoofCellwiseclassSpoofCUDACellwiseclassSpoofCUDARowwiseclassSpoofMultiAggregateclassSpoofOuterProductclassSpoofRowwiseMethods in org.apache.sysds.runtime.codegen that return SpoofOperator Modifier and Type Method Description static SpoofOperatorCodegenUtils. createInstance(Class<?> cla) - 
Uses of SpoofOperator in org.apache.sysds.runtime.instructions.cp
Methods in org.apache.sysds.runtime.instructions.cp that return SpoofOperator Modifier and Type Method Description SpoofOperatorSpoofCPInstruction. getSpoofOperator() 
 -