[[["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\nTensor\n======\n\n public struct Tensor : Equatable, Hashable\n\nAn input or output tensor in a TensorFlow Lite graph.\n- `\n ``\n ``\n `\n\n ### [name](#/s:19TensorFlowLiteSwift0A0V4nameSSvp)\n\n `\n ` \n The name of the `Tensor`. \n\n #### Declaration\n\n Swift \n\n public let name: String\n\n- `\n ``\n ``\n `\n\n ### [dataType](#/s:19TensorFlowLiteSwift0A0V8dataTypeAC04DataF0Ovp)\n\n `\n ` \n The data type of the `Tensor`. \n\n #### Declaration\n\n Swift \n\n public let dataType: ../Structs/Tensor/DataType.html\n\n- `\n ``\n ``\n `\n\n ### [shape](#/s:19TensorFlowLiteSwift0A0V5shapeAC5ShapeVvp)\n\n `\n ` \n The shape of the `Tensor`. \n\n #### Declaration\n\n Swift \n\n public let shape: ../Structs/Tensor/Shape.html\n\n- `\n ``\n ``\n `\n\n ### [data](#/s:19TensorFlowLiteSwift0A0V4data10Foundation4DataVvp)\n\n `\n ` \n The data in the input or output `Tensor`. \n\n #### Declaration\n\n Swift \n\n public let data: Data\n\n- `\n ``\n ``\n `\n\n ### [quantizationParameters](#/s:19TensorFlowLiteSwift0A0V22quantizationParametersAA012QuantizationF0VSgvp)\n\n `\n ` \n The quantization parameters for the `Tensor` if using a quantized model. \n\n #### Declaration\n\n Swift \n\n public let quantizationParameters: ../Structs/QuantizationParameters.html?\n\n- `\n ``\n ``\n `\n\n ### [DataType](../Structs/Tensor/DataType.html)\n\n `\n ` \n The supported [Tensor](../Structs/Tensor.html) data types. \n\n #### Declaration\n\n Swift \n\n public enum DataType : Equatable, Hashable\n\n- `\n ``\n ``\n `\n\n ### [Shape](../Structs/Tensor/Shape.html)\n\n `\n ` \n The shape of a [Tensor](../Structs/Tensor.html). \n\n #### Declaration\n\n Swift \n\n public struct Shape : Equatable, Hashable\n\n extension ../Structs/Tensor.html.Shape: ExpressibleByArrayLiteral"]]