Package | Description |
---|---|
org.nd4j.linalg.api.ops |
Modifier and Type | Field and Description |
---|---|
protected ExecutionMode |
BaseOpContext.executionMode |
Modifier and Type | Method and Description |
---|---|
ExecutionMode |
OpContext.getExecutionMode()
This method returns current execution mode for Context
|
static ExecutionMode |
ExecutionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionMode[] |
ExecutionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
OpContext.setExecutionMode(ExecutionMode mode)
This method allows to set certain execution mode
|
Copyright © 2022. All rights reserved.