Searched defs:softplus_backward (Results 1 – 2 of 2) sorted by relevance
156 TORCH_META_FUNC(softplus_backward) ( in TORCH_META_FUNC() argument
129 def softplus_backward(out_grad: Tensor, x: Tensor, beta: float, threshold: float): function