Package org.nd4j.context
Class Nd4jContext
- java.lang.Object
-
- org.nd4j.context.Nd4jContext
-
- All Implemented Interfaces:
Serializable
public class Nd4jContext extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertiesgetConf()Get the configuration for nd4jstatic Nd4jContextgetInstance()voidupdateProperties(InputStream inputStream)Load the additional properties from an input stream and load all system properties
-
-
-
Method Detail
-
getInstance
public static Nd4jContext getInstance()
-
updateProperties
public void updateProperties(InputStream inputStream)
Load the additional properties from an input stream and load all system properties- Parameters:
inputStream-
-
getConf
public Properties getConf()
Get the configuration for nd4j- Returns:
-
-