Package org.nd4j.linalg.env.impl
Class OmpNumThreadsAction
- java.lang.Object
-
- org.nd4j.linalg.env.impl.OmpNumThreadsAction
-
- All Implemented Interfaces:
EnvironmentalAction
public class OmpNumThreadsAction extends Object implements EnvironmentalAction
-
-
Constructor Summary
Constructors Constructor Description OmpNumThreadsAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocess(String value)This method will be executed with corresponding Env Var valueStringtargetVariable()This method returns target environemt variable for this action
-
-
-
Method Detail
-
targetVariable
public String targetVariable()
Description copied from interface:EnvironmentalActionThis method returns target environemt variable for this action- Specified by:
targetVariablein interfaceEnvironmentalAction- Returns:
-
process
public void process(String value)
Description copied from interface:EnvironmentalActionThis method will be executed with corresponding Env Var value- Specified by:
processin interfaceEnvironmentalAction
-
-