OrtEnvCreationOptions class final
\brief Configuration options for creating an OrtEnv.
\note The version field must be set to ORT_API_VERSION. This ensures forward compatibility as fields may be added in future versions.
\since Version 1.24.
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter -
config_entries
↔ Pointer<
OrtKeyValuePairs> -
\brief Optional environment configuration entries represented as string key-value pairs. May be set to NULL.
getter/setter pair
- custom_logging_function ↔ OrtLoggingFunction
-
\brief Optional custom logging function. May be set to NULL.
getter/setter pair
-
custom_logging_param
↔ Pointer<
Void> -
\brief Optional state to pass as the first argument to OrtEnvCreationOptions::custom_logger_function.
May be set to NULL.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
log_id
↔ Pointer<
Char> -
\brief The log identifier. Must be set to a valid UTF-8 null-terminated string.
getter/setter pair
- logging_severity_level ↔ int
-
\brief The logging severity level for the environment. Must be set to a value from OrtLoggingLevel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
threading_options
↔ Pointer<
OrtThreadingOptions> -
\brief Optional threading options for creating an environment with global thread pools shared across sessions.
May be set to NULL.
getter/setter pair
- version ↔ int
-
< Must be set to ORT_API_VERSION
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited