9dd3461
1
2
3
4
5
6
7
8
9
#include <ATen/ATen.h> namespace at { namespace native { TORCH_API Tensor quantized_add(Tensor qa, Tensor qb, double scale, int64_t zero_point); } } // namespace at