Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
ahadnagy
/
megablocks
like
0
License:
apache-2.0
Model card
Files
Files and versions
xet
Community
9193c11
megablocks
/
csrc
/
new_histogram.h
Akos Hadnagy
WIP
1e1ffe8
about 2 months ago
raw
Copy download link
history
blame
Safe
198 Bytes
#
pragma
once
#
include
<torch/all.h>
namespace megablocks {
// Public interface function for computing histograms
torch::Tensor
histogram
(torch::Tensor x,
int
num_bins)
;
}
// namespace megablocks