Searched defs:tanh_backward (Results 1 – 2 of 2) sorted by relevance
314 TORCH_META_FUNC(tanh_backward) (const Tensor& grad_output, const Tensor& output) { in TORCH_META_FUNC() argument
115 def tanh_backward(out_grad: Tensor, y: Tensor): function