Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DBinaryOps.cpp1152 Tensor rsub(const Tensor& self, const Tensor& other, const Scalar& alpha) { in rsub() function
1186 Tensor rsub(const Tensor& self, const Scalar& other, const Scalar& alpha) { in rsub() function
/external/pytorch/torch/_refs/
D__init__.py1687 def rsub( function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py393 def rsub(g: jit_utils.GraphContext, self, other, alpha=None): function