Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/masked/
H A D_ops.py1481 def logaddexp( function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/numpy_ops/
H A Dnp_math_ops.py425 def logaddexp(x1, x2): function
/aosp_15_r20/external/pytorch/torch/_refs/
H A D__init__.py1545 def logaddexp(a: TensorLikeType, b: TensorLikeType) -> TensorLikeType: function