Modifier and Type | Method and Description |
---|---|
static OrtSession.SessionOptions.ExecutionMode |
OrtSession.SessionOptions.ExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OrtSession.SessionOptions.ExecutionMode[] |
OrtSession.SessionOptions.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 |
OrtSession.SessionOptions.setExecutionMode(OrtSession.SessionOptions.ExecutionMode mode)
Sets the execution mode of this options object, overriding the old setting.
|