#pragma once // @generated by torchgen/gen.py from NativeFunction.h #include #include #include #include #include #include #include #include #include #include namespace at { namespace native { TORCH_API ::std::tuple histogram_cpu(const at::Tensor & self, const at::Tensor & bins, const c10::optional & weight={}, bool density=false); TORCH_API ::std::tuple histogram_out_cpu(const at::Tensor & self, const at::Tensor & bins, const c10::optional & weight, bool density, at::Tensor & hist, at::Tensor & bin_edges); TORCH_API ::std::tuple histogram_cpu(const at::Tensor & self, int64_t bins=100, c10::optional> range=c10::nullopt, const c10::optional & weight={}, bool density=false); TORCH_API ::std::tuple histogram_out_cpu(const at::Tensor & self, int64_t bins, c10::optional> range, const c10::optional & weight, bool density, at::Tensor & hist, at::Tensor & bin_edges); } // namespace native } // namespace at