Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DActivation.cpp504 Tensor hardswish_backward(const Tensor& grad_output, const Tensor& self) { in hardswish_backward() function
/external/pytorch/torch/_decomp/
Ddecompositions.py212 def hardswish_backward(grad_output: Tensor, self: Tensor) -> Tensor: function