Searched defs:rsub (Results 1 – 3 of 3) sorted by relevance
1152 Tensor rsub(const Tensor& self, const Tensor& other, const Scalar& alpha) { in rsub() function1186 Tensor rsub(const Tensor& self, const Scalar& other, const Scalar& alpha) { in rsub() function
1687 def rsub( function
393 def rsub(g: jit_utils.GraphContext, self, other, alpha=None): function