Home
last modified time | relevance | path

Searched defs:xlog1py (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_refs/special/
H A D__init__.py150 def xlog1py(a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType]): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h381 inline Tensor xlog1py(const Tensor& self, const Tensor& other) { in xlog1py() function
385 inline Tensor xlog1py(const Scalar& self, const Tensor& other) { in xlog1py() function
389 inline Tensor xlog1py(const Tensor& self, const Scalar& other) { in xlog1py() function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py388 xlog1py = _add_docstr(_special.special_xlog1py, variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py5270 def xlog1py(x, y, name=None): function