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 String
generateCodeCPP()
String
generateCodeJava(FormatIdentifyer formatIdentifyer)
-
-
-
Constructor Detail
-
FrameCodeGen
public FrameCodeGen(CustomProperties properties, String className)
-
-
Method Detail
-
generateCodeJava
public String generateCodeJava(FormatIdentifyer formatIdentifyer)
- Specified by:
generateCodeJava
in classTemplateCodeGenBase
-
generateCodeCPP
public String generateCodeCPP()
- Specified by:
generateCodeCPP
in classTemplateCodeGenBase
-
-