SiMa Software has moved to Palette Neat, the new AI agentic-driven application
development framework. For the latest documentation, please visit
developer.sima.ai .
Documentation
sima_qat.onnx_ops
Module Contents
sima_qat.onnx_ops. fake_quantize_per_tensor_affine ( g : torch.onnx._internal.jit_utils.GraphContext , inputs , scale , zero_point , quant_min = -128 , quant_max = 127 , dtype = torch.dtype )
sima_qat.onnx_ops. fake_dequantize_per_tensor_affine ( g : torch.onnx._internal.jit_utils.GraphContext , inputs , scale , zero_point , quant_min = -128 , quant_max = 127 , dtype = torch.dtype )
sima_qat.onnx_ops. fake_quantize_per_channel_affine ( g : torch.onnx._internal.jit_utils.GraphContext , inputs , scales , zero_points , axis , quant_min = -128 , quant_max = 127 , dtype = torch.dtype )