Last updated 7 months ago
NormalizerTrait computes the normalization of the input, each row of the input is normalized independently.
NormalizerTrait
use orion::operators::ml::NormalizerTrait;
Orion supports currently only fixed point data types for NormalizerTrait.
Fixed point (signed)
NormalizerTrait<FP8x23 | FP16x16 | FP64x64 | FP32x32>
normalizer.predict
Returns the normalization of the input, each row of the input is normalized independently.