Template Function at::symint::native_group_norm_backward_outf(const at::Tensor&, const at::Tensor&, const at::Tensor&, const at::Tensor&, const ::std::optional<at::Tensor>&, c10::SymInt, c10::SymInt, c10::SymInt, int64_t, ::std::array<bool, 3>, at::Tensor&, at::Tensor&, at::Tensor&)¶
Defined in File Functions.h
Function Documentation¶
-
template<typename T, typename = std::enable_if_t<std::is_same_v<T, c10::SymInt>>>
::std::tuple<at::Tensor&, at::Tensor&, at::Tensor&> at::symint::native_group_norm_backward_outf(const at::Tensor &grad_out, const at::Tensor &input, const at::Tensor &mean, const at::Tensor &rstd, const ::std::optional<at::Tensor> &weight, c10::SymInt N, c10::SymInt C, c10::SymInt HxW, int64_t group, ::std::array<bool, 3> output_mask, at::Tensor &out0, at::Tensor &out1, at::Tensor &out2)¶