#pragma once #include namespace at::native { Tensor& quantized_copy_from_float_(Tensor& self, const Tensor& src); } // namespace at