Rate this Page

Function at::quantile_out(at::Tensor&, const at::Tensor&, double, ::std::optional<int64_t>, bool, c10::string_view)#

Function Documentation#

inline at::Tensor &at::quantile_out(at::Tensor &out, const at::Tensor &self, double q, ::std::optional<int64_t> dim = ::std::nullopt, bool keepdim = false, c10::string_view interpolation = "linear")#