Repository URL to install this package:
|
Version:
2.1.2+cpu ▾
|
#pragma once
#include <ATen/core/Tensor.h>
namespace at { namespace native {
Tensor& qembeddingbag_byte_prepack_out(Tensor& output, const Tensor& weight);
Tensor qembeddingbag_byte_prepack(const Tensor& weight);
Tensor qembeddingbag_byte_prepack_meta(const Tensor& weight);
} // namespace native
} // namespace at