Uses of Class
org.apache.sysds.runtime.iogen.CustomProperties
Packages that use CustomProperties
Package
Description
-
Uses of CustomProperties in org.apache.sysds.runtime.iogen
Methods in org.apache.sysds.runtime.iogen that return CustomPropertiesModifier and TypeMethodDescriptionFormatIdentifyer.getFormatProperties()GenerateReader.getProperties() -
Uses of CustomProperties in org.apache.sysds.runtime.iogen.codegen
Constructors in org.apache.sysds.runtime.iogen.codegen with parameters of type CustomPropertiesModifierConstructorDescriptionCodeGenTrie(CustomProperties properties, String destination, boolean isMatrix, FormatIdentifyer formatIdentifyer) FrameCodeGen(CustomProperties properties, String className) MatrixCodeGen(CustomProperties properties, String className) -
Uses of CustomProperties in org.apache.sysds.runtime.iogen.template
Constructors in org.apache.sysds.runtime.iogen.template with parameters of type CustomPropertiesModifierConstructorDescriptionFrameGenerateReader(CustomProperties _props) MatrixGenerateReader(CustomProperties _props) TemplateCodeGenBase(CustomProperties properties, String className)