File size: 236 Bytes
9dd3461
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#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