Home
last modified time | relevance | path

Searched defs:heaviside (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py365 def heaviside(x1, x2): # pylint: disable=missing-function-docstring function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DBinaryOps.cpp253 TORCH_META_FUNC(heaviside) ( in TORCH_META_FUNC() argument
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1411 def heaviside(input: TensorLikeType, values: TensorLikeType) -> TensorLikeType: function