Classes

The following classes are available globally.

  • Options for configuring the CoreML execution provider.

    See more

    Declaration

    Objective-C

    @interface ORTCoreMLExecutionProviderOptions : NSObject

    Swift

    class ORTCoreMLExecutionProviderOptions : NSObject
  • Options for configuring a session.

    See more

    Declaration

    Objective-C

    @interface ORTSessionOptions : NSObject

    Swift

    class ORTSessionOptions : NSObject
  • The ORT environment.

    See more

    Declaration

    Objective-C

    @interface ORTEnv : NSObject

    Swift

    class ORTEnv : NSObject
  • An ORT session loads and runs a model.

    See more

    Declaration

    Objective-C

    @interface ORTSession : NSObject

    Swift

    class ORTSession : NSObject
  • Options for configuring a run.

    See more

    Declaration

    Objective-C

    @interface ORTRunOptions : NSObject

    Swift

    class ORTRunOptions : NSObject
  • An ORT value encapsulates data used as an input or output to a model at runtime.

    See more

    Declaration

    Objective-C

    @interface ORTValue : NSObject

    Swift

    class ORTValue : NSObject
  • A value’s type information.

    See more

    Declaration

    Objective-C

    @interface ORTValueTypeInfo : NSObject

    Swift

    class ORTValueTypeInfo : NSObject
  • A tensor’s type and shape information.

    See more

    Declaration

    Objective-C

    @interface ORTTensorTypeAndShapeInfo : NSObject

    Swift

    class ORTTensorTypeAndShapeInfo : NSObject