JSX_TTS / torch /include /ATen /native /quantized /cpu /qembeddingbag_prepack.h
UMMJ's picture
Upload 5875 files
9dd3461
raw
history blame contribute delete
236 Bytes
#include <ATen/ATen.h>
namespace at {
namespace native {
Tensor& qembeddingbag_byte_prepack_out(Tensor& output, const Tensor& weight);
Tensor qembeddingbag_byte_prepack(const Tensor& weight);
} // namespace native
} // namespace at