Class FrameCodeGen
- java.lang.Object
 - 
- org.apache.sysds.runtime.iogen.template.TemplateCodeGenBase
 - 
- org.apache.sysds.runtime.iogen.codegen.FrameCodeGen
 
 
 
- 
public class FrameCodeGen extends TemplateCodeGenBase
 
- 
- 
Constructor Summary
Constructors Constructor Description FrameCodeGen(CustomProperties properties, String className) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgenerateCodeCPP()StringgenerateCodeJava(FormatIdentifyer formatIdentifyer) 
 - 
 
- 
- 
Constructor Detail
- 
FrameCodeGen
public FrameCodeGen(CustomProperties properties, String className)
 
 - 
 
- 
Method Detail
- 
generateCodeJava
public String generateCodeJava(FormatIdentifyer formatIdentifyer)
- Specified by:
 generateCodeJavain classTemplateCodeGenBase
 
- 
generateCodeCPP
public String generateCodeCPP()
- Specified by:
 generateCodeCPPin classTemplateCodeGenBase
 
 - 
 
 -