Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Kernels:
kernels-community
/
megablocks
like
0
Follow
kernels-community
424
Trusted publisher
Kernel card
Files
Files and versions
xet
Community
v1
megablocks
/
csrc
/
new_histogram.h
drbh
Migrated from kernels-community/megablocks
29caf74
unverified
about 2 months ago
raw
Copy download link
history
blame
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