OrtSessionOptions constructor

OrtSessionOptions({
  1. int? intraOpNumThreads,
  2. int? interOpNumThreads,
  3. List<OrtProvider>? providers,
  4. bool? useArena,
  5. int? deviceId,
})

Implementation

OrtSessionOptions({this.intraOpNumThreads, this.interOpNumThreads, this.providers, this.useArena, this.deviceId});