Functions
The following functions are available globally.
- 
                  
                  Gets whether the CoreML execution provider is available. DeclarationObjective-C BOOL ORTIsCoreMLExecutionProviderAvailable(void)Swift func ORTIsCoreMLExecutionProviderAvailable() -> Bool
- 
                  
                  Gets the ORT version string in format major.minor.patch. Available since 1.15. DeclarationObjective-C NSString *_Nullable ORTVersion(void)Swift func ORTVersion() -> String?
- 
                  
                  This function sets the seed for generating random numbers. Use this function to generate reproducible results. It should be noted that completely reproducible results are not guaranteed. DeclarationObjective-C void ORTSetSeed(int64_t seed)Swift func ORTSetSeed(_ seed: Int64)ParametersseedManually set seed to use for random number generation. 
 View on GitHub
View on GitHub Functions  Reference
        Functions  Reference