Options
public struct Options : Equatable, HashableOptions for configuring the MetalDelegate.
- 
                  
                  Indicates whether the GPU delegate allows precision loss, such as allowing Float16precision for aFloat32computation. The default isfalse.DeclarationSwift public var isPrecisionLossAllowed: Bool
- 
                  
                  Undocumented DeclarationSwift public var allowsPrecisionLoss: Bool { get set }
- 
                  
                  A type indicating how the current thread should wait for work on the GPU to complete. The default is passive.DeclarationSwift public var waitType: ThreadWaitType
- 
                  
                  Indicates whether the GPU delegate allows execution of an 8-bit quantized model. The default is true.DeclarationSwift public var isQuantizationEnabled: Bool
- 
                  
                  Creates a new instance with the default values. DeclarationSwift public init()