Package | Description |
---|---|
org.nd4j.jita.conf |
Modifier and Type | Method and Description |
---|---|
static Configuration.ExecutionModel |
Configuration.ExecutionModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configuration.ExecutionModel[] |
Configuration.ExecutionModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Configuration |
Configuration.setExecutionModel(Configuration.ExecutionModel executionModel)
This method allows to specify execution model for matrix/blas operations
SEQUENTIAL: Issue commands in order Java compiler sees them.
|
Copyright © 2016. All Rights Reserved.