Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DActivation.cpp233 TORCH_META_FUNC(gelu_backward) ( in TORCH_META_FUNC() argument
/external/pytorch/torch/_decomp/
Ddecompositions.py238 def gelu_backward(grad: Tensor, self: Tensor, approximate: str = "none"): function