Package org.nd4j.linalg.env
Interface EnvironmentalAction
-
- All Known Implementing Classes:
DebugAction,FallbackAction,NDArrayUnpackAction,OmpNumThreadsAction,VerboseAction,WorkspacesBypassAction,WorkspacesDebugAction,WorkspacesSpillAction
public interface EnvironmentalAction
-
-
Method Summary
All Methods Instance Methods Abstract 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
-