TorchSharp
TorchSharp copied to clipboard
Sort out quantized int support
Torch has good support for quantized ints, we whould make this availble.
e.g.
torch.quantize_per_channel(input, scales, zero_points, axis, dtype) → Tensor
and the other basic support for quantized tensors in torch::*quant*