#pragma once #include namespace at::native { Tensor& qembeddingbag_byte_prepack_out( Tensor& output, const Tensor& weight, const std::optional& rowwise_min_max_opt = std::nullopt); Tensor qembeddingbag_byte_prepack(const Tensor& weight); Tensor qembeddingbag_byte_prepack_meta(const Tensor& weight); } // namespace at::native