This document is relevant for: Inf2, Trn1, Trn2, Trn3
NCC_EVRF037#
Error message: QuantizeMX custom call operand count must be exactly 1 (input tensor).
The QuantizeMX custom call takes a single input tensor and produces a
tuple of two outputs (the quantized data and the per-block scale). The
compiler raises this error when the call has any number of operands other
than one.
To fix this error, pass exactly one input tensor as the operand.
This document is relevant for: Inf2, Trn1, Trn2, Trn3