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