Home
last modified time | relevance | path

Searched refs:histogramdd_out_cpu_template (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/native/cpu/
DHistogramKernel.cpp211 void histogramdd_out_cpu_template(const Tensor& self, const std::optional<Tensor>& weight, bool den… in histogramdd_out_cpu_template() function
264 histogramdd_out_cpu_template<BINARY_SEARCH>(self, weight, density, hist, bin_edges); in histogramdd_kernel_impl()
277 histogramdd_out_cpu_template<LINEAR_INTERPOLATION_WITH_LOCAL_SEARCH>( in histogramdd_linear_kernel_impl()
281 histogramdd_out_cpu_template<LINEAR_INTERPOLATION>( in histogramdd_linear_kernel_impl()