Back to Tensorflow

Structures

tensorflow/lite/g3doc/api_docs/swift/Structs.html

2.21.0621 B
Original Source

Structures

The following structures are available globally.

`

                QuantizationParameters
                `

Parameters that determine the mapping of quantized values to real values. Quantized values can be mapped to float values using the following conversion: realValue = scale * (quantizedValue - zeroPoint).

Declaration

Swift

public struct QuantizationParameters : Equatable, Hashable

`

                Tensor
                `

An input or output tensor in a TensorFlow Lite graph.

Declaration

Swift

public struct Tensor : Equatable, Hashable