[[["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\nDelegate\n========\n\n public protocol Delegate : AnyObject\n\nA delegate that the [Interpreter](../Classes/Interpreter.html) uses to perform TensorFlow Lite model computations.\n- `\n ``\n ``\n `\n\n ### [CDelegate](#/s:19TensorFlowLiteSwift8DelegateP9CDelegatea)\n\n `\n ` \n The `TfLiteDelegate` C pointer type. \n\n #### Declaration\n\n Swift \n\n typealias CDelegate = UnsafeMutablePointer\u003cTfLiteDelegate\u003e\n\n- `\n ``\n ``\n `\n\n ### [cDelegate](#/s:19TensorFlowLiteSwift8DelegateP01cE0Xevp)\n\n `\n ` \n The delegate that performs model computations. \n\n #### Declaration\n\n Swift \n\n var cDelegate: ../Protocols/Delegate.html#/s:19TensorFlowLiteSwift8DelegateP9CDelegatea { get }"]]