Creates a new instance configured with the given options. Returns nil if the underlying
Core ML delegate could not be created because Options.enabledDevices was set to
neuralEngine but the device does not have the Neural Engine.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-10 UTC."],[],[],null,["# TensorFlowLiteSwift Framework Reference\n\nCoreMLDelegate\n==============\n\n public final class CoreMLDelegate : ../Protocols/Delegate.html\n\nA delegate that uses the `Core ML` framework for performing TensorFlow Lite graph operations. \nImportant\nThis is an experimental interface that is subject to change.\n- `\n ``\n ``\n `\n\n ### [options](#/s:19TensorFlowLiteSwift14CoreMLDelegateC7optionsAC7OptionsVvp)\n\n `\n ` \n The configuration options for the `CoreMLDelegate`. \n\n #### Declaration\n\n Swift \n\n public let options: ../Classes/CoreMLDelegate/Options.html\n\n- `\n ``\n ``\n `\n\n ### [cDelegate](#/s:19TensorFlowLiteSwift14CoreMLDelegateC9cDelegateXevp)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n public private(set) var cDelegate: CDelegate { get }\n\n- `\n ``\n ``\n `\n\n ### [init(options:)](#/s:19TensorFlowLiteSwift14CoreMLDelegateC7optionsACSgAC7OptionsV_tcfc)\n\n `\n ` \n Creates a new instance configured with the given [options](../Classes/CoreMLDelegate.html#/s:19TensorFlowLiteSwift14CoreMLDelegateC7optionsAC7OptionsVvp). Returns `nil` if the underlying\n Core ML delegate could not be created because [Options.enabledDevices](../Classes/CoreMLDelegate/Options.html#/s:19TensorFlowLiteSwift14CoreMLDelegateC7OptionsV14enabledDevicesAC07EnabledI0Ovp) was set to\n `neuralEngine` but the device does not have the Neural Engine. \n\n #### Declaration\n\n Swift \n\n public init?(options: ../Classes/CoreMLDelegate/Options.html = ../Classes/CoreMLDelegate/Options.html())\n\n #### Parameters\n\n |-----------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n | ` `*options*` ` | Configurations for the delegate. The default is a new instance of [CoreMLDelegate.Options](../Classes/CoreMLDelegate/Options.html) with the default configuration values. |\n\n- `\n ``\n ``\n `\n\n ### [EnabledDevices](../Classes/CoreMLDelegate/EnabledDevices.html)\n\n `\n ` \n A type indicating which devices the Core ML delegate should be enabled for. \n\n #### Declaration\n\n Swift \n\n public enum EnabledDevices : Equatable, Hashable\n\n- `\n ``\n ``\n `\n\n ### [Options](../Classes/CoreMLDelegate/Options.html)\n\n `\n ` \n Undocumented \n\n #### Declaration\n\n Swift \n\n public struct Options : Equatable, Hashable"]]