Class OrtConfigurationWrapper
-
- All Implemented Interfaces:
public final class OrtConfigurationWrapperA wrapper class to hold an OrtConfiguration. This class is needed to correctly map the ort prefix in configuration files when they are processed by the underlying configuration library.
-
-
Field Summary
Fields Modifier and Type Field Description private final OrtConfigurationort
-
Constructor Summary
Constructors Constructor Description OrtConfigurationWrapper(OrtConfiguration ort)
-
Method Summary
Modifier and Type Method Description final OrtConfigurationgetOrt()-
-
Constructor Detail
-
OrtConfigurationWrapper
OrtConfigurationWrapper(OrtConfiguration ort)
-
-
Method Detail
-
getOrt
final OrtConfiguration getOrt()
-
-
-
-