ORTXnnpackExecutionProviderOptions
Objective-C
@interface ORTXnnpackExecutionProviderOptions : NSObject
Swift
class ORTXnnpackExecutionProviderOptions : NSObject
Options for configuring the Xnnpack execution provider.
-
How many threads used for the Xnnpack execution provider.
Declaration
Objective-C
@property int intra_op_num_threads;
Swift
var intra_op_num_threads: Int32 { get set }