namespace megablocks { | |
// Public interface function for computing histograms | |
torch::Tensor histogram(torch::Tensor x, int num_bins); | |
} // namespace megablocks |
namespace megablocks { | |
// Public interface function for computing histograms | |
torch::Tensor histogram(torch::Tensor x, int num_bins); | |
} // namespace megablocks |