Searched defs:threshold_backward (Results 1 – 2 of 2) sorted by relevance
100 TORCH_META_FUNC(threshold_backward)(const Tensor& grad, const Tensor& self, const Scalar& threshold… in TORCH_META_FUNC() argument
222 def threshold_backward(grad_output: Tensor, self: Tensor, threshold: float): function