Allow TOSA tests to not have quant info
Quantized models might have output without quantization parameters attached to them. The assert for parameters not being None are removed and handled in order to allow for that case. numpy transpose is removed in favor of torch.permute to keep the type of the output after the operation. Signed-off-by: Per Åstrand <per.astrand@arm.com> Change-Id: I0e404062154cefa39f18b5706d72d19cac0e6d73
P
Per Åstrand committed
eae61f77b7973a8be297d0d6fd44873a23cd5c1c
Parent: 224902c
Committed by Fredrik Knutsson <fredrik.knutsson.hunnebo@gmail.com>
on 12/16/2024, 3:52:03 PM