Uses of Class
org.apache.sysds.runtime.iogen.FormatIdentifyer
- 
Packages that use FormatIdentifyer Package Description org.apache.sysds.runtime.iogen.codegen org.apache.sysds.runtime.iogen.template  - 
- 
Uses of FormatIdentifyer in org.apache.sysds.runtime.iogen.codegen
Methods in org.apache.sysds.runtime.iogen.codegen with parameters of type FormatIdentifyer Modifier and Type Method Description StringFrameCodeGen. generateCodeJava(FormatIdentifyer formatIdentifyer)StringMatrixCodeGen. generateCodeJava(FormatIdentifyer formatIdentifyer)Constructors in org.apache.sysds.runtime.iogen.codegen with parameters of type FormatIdentifyer Constructor Description CodeGenTrie(CustomProperties properties, String destination, boolean isMatrix, FormatIdentifyer formatIdentifyer) - 
Uses of FormatIdentifyer in org.apache.sysds.runtime.iogen.template
Methods in org.apache.sysds.runtime.iogen.template with parameters of type FormatIdentifyer Modifier and Type Method Description abstract StringTemplateCodeGenBase. generateCodeJava(FormatIdentifyer formatIdentifyer) 
 -