Searched defs:heaviside (Results 1 – 3 of 3) sorted by relevance
365 def heaviside(x1, x2): # pylint: disable=missing-function-docstring function
253 TORCH_META_FUNC(heaviside) ( in TORCH_META_FUNC() argument
1411 def heaviside(input: TensorLikeType, values: TensorLikeType) -> TensorLikeType: function