pytorch / tvm

TVM integration into PyTorch
449 stars 64 forks source link

Remove the quantized operator dependency on Python #134

Closed lly-zero-one closed 4 years ago

lly-zero-one commented 4 years ago

In this PR, we move the compute/schedule of quantization related operator into pure C++.