NormalizingTransformer.AffineNormalizerModelParameters<TData>.Offset Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The offsets. In the scalar case, this is a single value. In the vector case this is of length equal to the number of slots, or of length zero if all the offsets are zero.
public TData Offset { get; }
member this.Offset : 'Data
Public ReadOnly Property Offset As TData
Property Value
TData