Package org.nd4j.linalg.env.impl
Class NDArrayUnpackAction
- java.lang.Object
-
- org.nd4j.linalg.env.impl.NDArrayUnpackAction
-
- All Implemented Interfaces:
EnvironmentalAction
public class NDArrayUnpackAction extends Object implements EnvironmentalAction
-
-
Constructor Summary
Constructors Constructor Description NDArrayUnpackAction()
-
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
-
-