Home
last modified time | relevance | path

Searched defs:softplus_backward (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DActivation.cpp156 TORCH_META_FUNC(softplus_backward) ( in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/torch/_decomp/
H A Ddecompositions.py129 def softplus_backward(out_grad: Tensor, x: Tensor, beta: float, threshold: float): function