/usr/local/lib64/python3.6/site-packages/torch/include/ATen/native
Edit: /usr/local/lib64/python3.6/site-packages/torch/include/ATen/native/Histogram.h (492B)
#pragma once
#include
#include
#include
namespace at { namespace native {
using histogram_fn = void(*)(const Tensor&, const c10::optional&, bool, Tensor&, const Tensor&);
using histogram_linear_fn = void(*)(const Tensor&, const c10::optional&, bool, Tensor&, const Tensor&, bool);
DECLARE_DISPATCH(histogram_fn, histogram_stub);
DECLARE_DISPATCH(histogram_linear_fn, histogram_linear_stub);
}} // namespace at::native