Searched defs:xlog1py (Results 1 – 4 of 4) sorted by relevance
150 def xlog1py(a: Union[TensorLikeType, NumberType], b: Union[TensorLikeType, NumberType]): function
381 inline Tensor xlog1py(const Tensor& self, const Tensor& other) { in xlog1py() function385 inline Tensor xlog1py(const Scalar& self, const Tensor& other) { in xlog1py() function389 inline Tensor xlog1py(const Tensor& self, const Scalar& other) { in xlog1py() function
388 xlog1py = _add_docstr(_special.special_xlog1py, variable
5270 def xlog1py(x, y, name=None): function