Lines Matching refs:Tensor
151 TORCH_META_FUNC2(add, Tensor) ( in TORCH_META_FUNC2() argument
152 const Tensor& self, const Tensor& other, const Scalar& alpha in TORCH_META_FUNC2()
158 TORCH_META_FUNC2(sub, Tensor) ( in TORCH_META_FUNC2() argument
159 const Tensor& self, const Tensor& other, const Scalar& alpha in TORCH_META_FUNC2()
166 TORCH_META_FUNC2(mul, Tensor) ( in TORCH_META_FUNC2() argument
167 const Tensor& self, const Tensor& other in TORCH_META_FUNC2()
172 TORCH_META_FUNC2(div, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
176 TORCH_META_FUNC2(div, Tensor_mode) (const Tensor& self, const Tensor& other, std::optional<c10::str… in TORCH_META_FUNC2()
191 TORCH_META_FUNC(special_xlog1py) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
195 TORCH_META_FUNC(special_zeta) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
199 TORCH_META_FUNC(special_chebyshev_polynomial_t) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
203 TORCH_META_FUNC(special_chebyshev_polynomial_u) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
207 TORCH_META_FUNC(special_chebyshev_polynomial_v) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
211 TORCH_META_FUNC(special_chebyshev_polynomial_w) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
215 TORCH_META_FUNC(special_hermite_polynomial_h) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
219 TORCH_META_FUNC(special_hermite_polynomial_he) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
223 TORCH_META_FUNC(special_laguerre_polynomial_l) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
227 TORCH_META_FUNC(special_legendre_polynomial_p) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
231 TORCH_META_FUNC(special_shifted_chebyshev_polynomial_t) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
235 TORCH_META_FUNC(special_shifted_chebyshev_polynomial_u) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
239 TORCH_META_FUNC(special_shifted_chebyshev_polynomial_v) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
243 TORCH_META_FUNC(special_shifted_chebyshev_polynomial_w) (const Tensor& self, const Tensor& n) { in TORCH_META_FUNC()
247 TORCH_META_FUNC2(copysign, Tensor) ( in TORCH_META_FUNC2() argument
248 const Tensor& self, const Tensor& other in TORCH_META_FUNC2()
254 const Tensor& self, const Tensor& other in TORCH_META_FUNC()
266 TORCH_META_FUNC(atan2) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
270 TORCH_META_FUNC2(remainder, Tensor)(const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
274 TORCH_META_FUNC2(bitwise_left_shift, Tensor) ( in TORCH_META_FUNC2() argument
275 const Tensor& self, const Tensor& other in TORCH_META_FUNC2()
280 TORCH_META_FUNC2(bitwise_right_shift, Tensor) ( in TORCH_META_FUNC2() argument
281 const Tensor& self, const Tensor& other in TORCH_META_FUNC2()
286 TORCH_META_FUNC2(bitwise_and, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
290 TORCH_META_FUNC2(bitwise_or, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
294 TORCH_META_FUNC2(bitwise_xor, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
298 TORCH_META_FUNC2(fmod, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
302 TORCH_META_FUNC2(xlogy, Tensor) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC2() argument
306 TORCH_META_FUNC(logit_backward) (const Tensor& grad_output, const Tensor& input, std::optional<doub… in TORCH_META_FUNC()
310 TORCH_META_FUNC(sigmoid_backward) (const Tensor& grad_output, const Tensor& output) { in TORCH_META_FUNC()
314 TORCH_META_FUNC(tanh_backward) (const Tensor& grad_output, const Tensor& output) { in TORCH_META_FUNC()
320 TORCH_META_FUNC(func) (const Tensor& self, const Tensor& other) { \
333 TORCH_META_FUNC(maximum) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
338 TORCH_META_FUNC(minimum) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
343 TORCH_META_FUNC(fmax) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
348 TORCH_META_FUNC(fmin) (const Tensor& self, const Tensor& other) { in TORCH_META_FUNC()
354 TORCH_META_FUNC2(func, Tensor)(const Tensor& self, const Tensor& other) { \
355 const Tensor& result = maybe_get_output(); \
359 TORCH_META_FUNC2(func, Scalar)(const Tensor& self, const Scalar& other) { \
434 const Tensor& self, const Tensor& other, const Scalar& alpha, const Tensor& result in TORCH_IMPL_FUNC()
441 const Tensor& self, const Tensor& other, const Tensor& result in TORCH_IMPL_FUNC()
446 TORCH_IMPL_FUNC(div_out) (const Tensor& self, const Tensor& other, const Tensor& result) { in TORCH_IMPL_FUNC()
451 …const Tensor& self, const Tensor& other, std::optional<c10::string_view> rounding_mode, const Tens… in TORCH_IMPL_FUNC()
462 …MPL_FUNC(logit_backward_out) (const Tensor& grad_output, const Tensor& input, std::optional<double… in TORCH_IMPL_FUNC()
466 TORCH_IMPL_FUNC(sigmoid_backward_out) (const Tensor& grad_output, const Tensor& output, const Tenso… in TORCH_IMPL_FUNC()
470 TORCH_IMPL_FUNC(special_xlog1py_out) (const Tensor& self, const Tensor& other, const Tensor& result… in TORCH_IMPL_FUNC()
474 TORCH_IMPL_FUNC(special_zeta_out) (const Tensor& self, const Tensor& other, const Tensor& result) { in TORCH_IMPL_FUNC()
478 …H_IMPL_FUNC(special_chebyshev_polynomial_t_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
482 …H_IMPL_FUNC(special_chebyshev_polynomial_u_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
486 …H_IMPL_FUNC(special_chebyshev_polynomial_v_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
490 …H_IMPL_FUNC(special_chebyshev_polynomial_w_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
494 …RCH_IMPL_FUNC(special_hermite_polynomial_h_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
498 …CH_IMPL_FUNC(special_hermite_polynomial_he_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
502 …CH_IMPL_FUNC(special_laguerre_polynomial_l_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
506 …CH_IMPL_FUNC(special_legendre_polynomial_p_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
510 …UNC(special_shifted_chebyshev_polynomial_t_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
514 …UNC(special_shifted_chebyshev_polynomial_u_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
518 …UNC(special_shifted_chebyshev_polynomial_v_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
522 …UNC(special_shifted_chebyshev_polynomial_w_out) (const Tensor& self, const Tensor& n, const Tensor… in TORCH_IMPL_FUNC()
526 TORCH_IMPL_FUNC(tanh_backward_out) (const Tensor& grad_output, const Tensor& output, const Tensor& … in TORCH_IMPL_FUNC()
531 TORCH_IMPL_FUNC(func_out) (const Tensor& self, const Tensor& other, const Tensor& result) { \
554 Tensor special_xlog1py(const Scalar& x, const Tensor& y) { in special_xlog1py()
558 Tensor special_xlog1py(const Tensor& x, const Scalar& y) { in special_xlog1py()
562 Tensor& special_xlog1py_out(const Scalar& self, const Tensor& other, Tensor& result) { in special_xlog1py_out()
566 Tensor& special_xlog1py_out(const Tensor& self, const Scalar& other, Tensor& result) { in special_xlog1py_out()
570 Tensor special_zeta(const Scalar& x, const Tensor& y) { in special_zeta()
574 Tensor special_zeta(const Tensor& x, const Scalar& y) { in special_zeta()
578 Tensor& special_zeta_out(const Scalar& self, const Tensor& other, Tensor& result) { in special_zeta_out()
582 Tensor& special_zeta_out(const Tensor& self, const Scalar& other, Tensor& result) { in special_zeta_out()
586 Tensor special_chebyshev_polynomial_t(const Scalar& x, const Tensor& n) { in special_chebyshev_polynomial_t()
590 Tensor special_chebyshev_polynomial_t(const Tensor& x, const Scalar& n) { in special_chebyshev_polynomial_t()
594 Tensor& special_chebyshev_polynomial_t_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_chebyshev_polynomial_t_out()
598 Tensor& special_chebyshev_polynomial_t_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_chebyshev_polynomial_t_out()
602 Tensor special_chebyshev_polynomial_u(const Scalar& x, const Tensor& n) { in special_chebyshev_polynomial_u()
606 Tensor special_chebyshev_polynomial_u(const Tensor& x, const Scalar& n) { in special_chebyshev_polynomial_u()
610 Tensor& special_chebyshev_polynomial_u_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_chebyshev_polynomial_u_out()
614 Tensor& special_chebyshev_polynomial_u_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_chebyshev_polynomial_u_out()
618 Tensor special_chebyshev_polynomial_v(const Scalar& x, const Tensor& n) { in special_chebyshev_polynomial_v()
622 Tensor special_chebyshev_polynomial_v(const Tensor& x, const Scalar& n) { in special_chebyshev_polynomial_v()
626 Tensor& special_chebyshev_polynomial_v_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_chebyshev_polynomial_v_out()
630 Tensor& special_chebyshev_polynomial_v_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_chebyshev_polynomial_v_out()
634 Tensor special_chebyshev_polynomial_w(const Scalar& x, const Tensor& n) { in special_chebyshev_polynomial_w()
638 Tensor special_chebyshev_polynomial_w(const Tensor& x, const Scalar& n) { in special_chebyshev_polynomial_w()
642 Tensor& special_chebyshev_polynomial_w_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_chebyshev_polynomial_w_out()
646 Tensor& special_chebyshev_polynomial_w_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_chebyshev_polynomial_w_out()
650 Tensor special_hermite_polynomial_h(const Scalar& x, const Tensor& n) { in special_hermite_polynomial_h()
654 Tensor special_hermite_polynomial_h(const Tensor& x, const Scalar& n) { in special_hermite_polynomial_h()
658 Tensor& special_hermite_polynomial_h_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_hermite_polynomial_h_out()
662 Tensor& special_hermite_polynomial_h_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_hermite_polynomial_h_out()
666 Tensor special_hermite_polynomial_he(const Scalar& x, const Tensor& n) { in special_hermite_polynomial_he()
670 Tensor special_hermite_polynomial_he(const Tensor& x, const Scalar& n) { in special_hermite_polynomial_he()
674 Tensor& special_hermite_polynomial_he_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_hermite_polynomial_he_out()
678 Tensor& special_hermite_polynomial_he_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_hermite_polynomial_he_out()
682 Tensor special_laguerre_polynomial_l(const Scalar& x, const Tensor& n) { in special_laguerre_polynomial_l()
686 Tensor special_laguerre_polynomial_l(const Tensor& x, const Scalar& n) { in special_laguerre_polynomial_l()
690 Tensor& special_laguerre_polynomial_l_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_laguerre_polynomial_l_out()
694 Tensor& special_laguerre_polynomial_l_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_laguerre_polynomial_l_out()
698 Tensor special_legendre_polynomial_p(const Scalar& x, const Tensor& n) { in special_legendre_polynomial_p()
702 Tensor special_legendre_polynomial_p(const Tensor& x, const Scalar& n) { in special_legendre_polynomial_p()
706 Tensor& special_legendre_polynomial_p_out(const Scalar& self, const Tensor& n, Tensor& result) { in special_legendre_polynomial_p_out()
710 Tensor& special_legendre_polynomial_p_out(const Tensor& self, const Scalar& n, Tensor& result) { in special_legendre_polynomial_p_out()
714 Tensor special_shifted_chebyshev_polynomial_t(const Scalar& x, const Tensor& n) { in special_shifted_chebyshev_polynomial_t()
718 Tensor special_shifted_chebyshev_polynomial_t(const Tensor& x, const Scalar& n) { in special_shifted_chebyshev_polynomial_t()
722 Tensor& special_shifted_chebyshev_polynomial_t_out(const Scalar& self, const Tensor& n, Tensor& res… in special_shifted_chebyshev_polynomial_t_out()
726 Tensor& special_shifted_chebyshev_polynomial_t_out(const Tensor& self, const Scalar& n, Tensor& res… in special_shifted_chebyshev_polynomial_t_out()
730 Tensor special_shifted_chebyshev_polynomial_u(const Scalar& x, const Tensor& n) { in special_shifted_chebyshev_polynomial_u()
734 Tensor special_shifted_chebyshev_polynomial_u(const Tensor& x, const Scalar& n) { in special_shifted_chebyshev_polynomial_u()
738 Tensor& special_shifted_chebyshev_polynomial_u_out(const Scalar& self, const Tensor& n, Tensor& res… in special_shifted_chebyshev_polynomial_u_out()
742 Tensor& special_shifted_chebyshev_polynomial_u_out(const Tensor& self, const Scalar& n, Tensor& res… in special_shifted_chebyshev_polynomial_u_out()
746 Tensor special_shifted_chebyshev_polynomial_v(const Scalar& x, const Tensor& n) { in special_shifted_chebyshev_polynomial_v()
750 Tensor special_shifted_chebyshev_polynomial_v(const Tensor& x, const Scalar& n) { in special_shifted_chebyshev_polynomial_v()
754 Tensor& special_shifted_chebyshev_polynomial_v_out(const Scalar& self, const Tensor& n, Tensor& res… in special_shifted_chebyshev_polynomial_v_out()
758 Tensor& special_shifted_chebyshev_polynomial_v_out(const Tensor& self, const Scalar& n, Tensor& res… in special_shifted_chebyshev_polynomial_v_out()
762 Tensor special_shifted_chebyshev_polynomial_w(const Scalar& x, const Tensor& n) { in special_shifted_chebyshev_polynomial_w()
766 Tensor special_shifted_chebyshev_polynomial_w(const Tensor& x, const Scalar& n) { in special_shifted_chebyshev_polynomial_w()
770 Tensor& special_shifted_chebyshev_polynomial_w_out(const Scalar& self, const Tensor& n, Tensor& res… in special_shifted_chebyshev_polynomial_w_out()
774 Tensor& special_shifted_chebyshev_polynomial_w_out(const Tensor& self, const Scalar& n, Tensor& res… in special_shifted_chebyshev_polynomial_w_out()
778 Tensor& special_gammainc_out(const Tensor& self, const Tensor& other, Tensor& result) { in special_gammainc_out()
782 Tensor special_gammainc(const Tensor& self, const Tensor& other) { in special_gammainc()
786 Tensor& special_gammaincc_out(const Tensor& self, const Tensor& other, Tensor& result) { in special_gammaincc_out()
790 Tensor special_gammaincc(const Tensor& self, const Tensor& other) { in special_gammaincc()
794 TORCH_IMPL_FUNC(atan2_out) (const Tensor& self, const Tensor& other, const Tensor& result) { in TORCH_IMPL_FUNC()
798 Tensor arctan2(const Tensor& self, const Tensor& other) { in arctan2()
802 Tensor& arctan2_(Tensor& self, const Tensor& other) { in arctan2_()
806 Tensor& arctan2_out(const Tensor& self, const Tensor& other, Tensor& result) { in arctan2_out()
810 static Tensor& add_relu_impl( in add_relu_impl()
811 Tensor& result, const Tensor& self, const Tensor& other, const Scalar& alpha) { in add_relu_impl()
843 Tensor& add_relu_out(const Tensor& self, const Tensor& other, const Scalar& alpha, Tensor& result) { in add_relu_out()
847 Tensor add_relu(const Tensor& self, const Tensor& other, const Scalar& alpha) { in add_relu()
848 Tensor result; in add_relu()
852 Tensor add_relu(const Tensor& self, const Scalar& other, const Scalar& alpha) { in add_relu()
856 Tensor& add_relu_(Tensor& self, const Tensor& other, const Scalar& alpha) { in add_relu_()
860 Tensor& add_relu_(Tensor& self, const Scalar& other, const Scalar& alpha) { in add_relu_()
865 const Tensor& self, const Tensor& other, const Tensor& result in TORCH_IMPL_FUNC()
870 Tensor copysign(const Tensor& self, const Scalar& other) { in copysign()
875 Tensor& copysign_(Tensor& self, const Scalar& other) { in copysign_()
880 Tensor& copysign_out(const Tensor& self, const Scalar& other, Tensor& result) { in copysign_out()
887 Tensor div(const Tensor& self, const Scalar& other) { in div()
895 Tensor& div_(Tensor& self, const Scalar& other) { in div_()
899 Tensor div(const Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mode) { in div()
903 Tensor& div_(Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mode) { in div_()
908 Tensor& divide_out(const Tensor& self, const Tensor& other, Tensor& result) { in divide_out()
912 Tensor divide(const Tensor& self, const Tensor& other) { in divide()
916 Tensor& divide_(Tensor& self, const Tensor& other) { in divide_()
920 Tensor divide(const Tensor& self, const Scalar& other) { in divide()
924 Tensor& divide_(Tensor& self, const Scalar& other) { in divide_()
928 Tensor& divide_out(const Tensor& self, const Tensor& other, std::optional<c10::string_view> roundin… in divide_out()
932 Tensor divide(const Tensor& self, const Tensor& other, std::optional<c10::string_view> rounding_mod… in divide()
936 Tensor& divide_(Tensor& self, const Tensor& other, std::optional<c10::string_view> rounding_mode) { in divide_()
940 Tensor divide(const Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mod… in divide()
944 Tensor& divide_(Tensor& self, const Scalar& other, std::optional<c10::string_view> rounding_mode) { in divide_()
949 Tensor& true_divide_out(const Tensor& self, const Tensor& divisor, Tensor& result) { in true_divide_out()
953 Tensor true_divide(const Tensor& self, const Tensor& divisor) { in true_divide()
957 Tensor& true_divide_(Tensor& self, const Tensor& divisor) { in true_divide_()
961 Tensor true_divide(const Tensor& self, const Scalar& divisor) { in true_divide()
965 Tensor& true_divide_(Tensor& self, const Scalar& divisor) { in true_divide_()
969 Tensor& floor_divide_out(const Tensor& self, const Tensor& other, Tensor& result) { in floor_divide_out()
978 Tensor floor_divide(const Tensor& self, const Tensor& other) { in floor_divide()
979 Tensor result; in floor_divide()
985 Tensor& floor_divide_(Tensor& self, const Tensor& other) { in floor_divide_()
991 Tensor mul(const Tensor& self, const Scalar& other) { in mul()
995 Tensor& mul_(Tensor& self, const Scalar& other) { in mul_()
999 Tensor& mul__scalar_sparse_csr(Tensor& self, const Scalar& other) { in mul__scalar_sparse_csr()
1004 static Device correct_out_device(const Tensor& self, const Tensor& other) { in correct_out_device()
1012 Tensor mul_zerotensor(const Tensor& self, const Tensor& other) { in mul_zerotensor()
1021 Tensor div_zerotensor(const Tensor& self, const Tensor& other) { in div_zerotensor()
1050 static Tensor maybe_add_maybe_sub(const Tensor& self, const Tensor& other, const Scalar& alpha) { in maybe_add_maybe_sub()
1058 auto get_out_like = [&] (const Tensor& tensor) in maybe_add_maybe_sub()
1074 Tensor add_zerotensor(const Tensor& self, const Tensor& other, const Scalar& alpha) { in add_zerotensor()
1078 Tensor sub_zerotensor(const Tensor& self, const Tensor& other, const Scalar& alpha) { in sub_zerotensor()
1082 Tensor linalg_cross_zerotensor( in linalg_cross_zerotensor()
1083 const Tensor& input, in linalg_cross_zerotensor()
1084 const Tensor& other, in linalg_cross_zerotensor()
1103 Tensor& multiply_out(const Tensor& self, const Tensor& other, Tensor& result) { in multiply_out()
1107 Tensor multiply(const Tensor& self, const Tensor& other) { in multiply()
1111 Tensor& multiply_(Tensor& self, const Tensor& other) { in multiply_()
1115 Tensor multiply(const Tensor& self, const Scalar& other) { in multiply()
1119 Tensor& multiply_(Tensor& self, const Scalar& other) { in multiply_()
1123 Tensor sub(const Tensor& self, const Scalar& other, const Scalar& alpha) { in sub()
1127 Tensor& sub_(Tensor& self, const Scalar& other, const Scalar& alpha) { in sub_()
1132 Tensor& subtract_out(const Tensor& self, const Tensor& other, const Scalar& alpha, Tensor& result) { in subtract_out()
1136 Tensor subtract(const Tensor& self, const Tensor& other, const Scalar& alpha) { in subtract()
1140 Tensor& subtract_(Tensor& self, const Tensor& other, const Scalar& alpha) { in subtract_()
1144 Tensor subtract(const Tensor& self, const Scalar& other, const Scalar& alpha) { in subtract()
1148 Tensor& subtract_(Tensor& self, const Scalar& other, const Scalar& alpha) { in subtract_()
1152 Tensor rsub(const Tensor& self, const Tensor& other, const Scalar& alpha) { in rsub()
1159 Tensor add(const Tensor& self, const Scalar& other, const Scalar& alpha) { in add()
1163 Tensor& add_(Tensor& self, const Scalar& other, const Scalar& alpha) { in add_()
1167 Tensor remainder(const Tensor& self, const Scalar& other) { in remainder()
1172 Tensor& remainder_(Tensor& self, const Scalar& other) { in remainder_()
1177 Tensor& remainder_out(const Tensor& self, const Scalar& other, Tensor& result) { in remainder_out()
1182 Tensor remainder(const Scalar& self, const Tensor& other) { in remainder()
1186 Tensor rsub(const Tensor& self, const Scalar& other, const Scalar& alpha) { in rsub()
1190 Tensor& bitwise_and_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_and_out()
1194 Tensor bitwise_and(const Tensor& self, const Scalar& other) { in bitwise_and()
1198 Tensor bitwise_and(const Scalar& self, const Tensor& other) { in bitwise_and()
1202 Tensor& bitwise_and_(Tensor& self, const Scalar& other) { in bitwise_and_()
1207 Tensor __and__(const Tensor& self, const Tensor& other) { in __and__()
1211 Tensor __and__(const Tensor& self, const Scalar& other) { in __and__()
1215 Tensor& __iand__(Tensor& self, const Tensor& other) { in __iand__()
1219 Tensor& __iand__(Tensor& self, const Scalar& other) { in __iand__()
1223 Tensor& bitwise_or_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_or_out()
1227 Tensor bitwise_or(const Tensor& self, const Scalar& other) { in bitwise_or()
1231 Tensor bitwise_or(const Scalar& self, const Tensor& other) { in bitwise_or()
1235 Tensor& bitwise_or_(Tensor& self, const Scalar& other) { in bitwise_or_()
1240 Tensor __or__(const Tensor& self, const Tensor& other) { in __or__()
1244 Tensor __or__(const Tensor& self, const Scalar& other) { in __or__()
1248 Tensor& __ior__(Tensor& self, const Tensor& other) { in __ior__()
1252 Tensor& __ior__(Tensor& self, const Scalar& other) { in __ior__()
1256 Tensor& bitwise_xor_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_xor_out()
1260 Tensor bitwise_xor(const Tensor& self, const Scalar& other) { in bitwise_xor()
1264 Tensor bitwise_xor(const Scalar& self, const Tensor& other) { in bitwise_xor()
1268 Tensor& bitwise_xor_(Tensor& self, const Scalar& other) { in bitwise_xor_()
1273 Tensor __xor__(const Tensor& self, const Tensor& other) { in __xor__()
1277 Tensor __xor__(const Tensor& self, const Scalar& other) { in __xor__()
1281 Tensor& __ixor__(Tensor& self, const Tensor& other) { in __ixor__()
1285 Tensor& __ixor__(Tensor& self, const Scalar& other) { in __ixor__()
1289 Tensor __lshift__(const Tensor& self, const Tensor& other) { in __lshift__()
1290 Tensor result; in __lshift__()
1296 Tensor __lshift__(const Tensor& self, const Scalar& other) { in __lshift__()
1297 Tensor result; in __lshift__()
1304 Tensor& __ilshift__(Tensor& self, const Tensor& other) { in __ilshift__()
1310 Tensor& __ilshift__(Tensor& self, const Scalar& other) { in __ilshift__()
1317 TORCH_IMPL_FUNC(bitwise_left_shift_out) (const Tensor& self, const Tensor& other, const Tensor& res… in TORCH_IMPL_FUNC()
1321 Tensor& bitwise_left_shift_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_left_shift_out()
1325 Tensor bitwise_left_shift(const Tensor& self, const Scalar& other) { in bitwise_left_shift()
1329 Tensor& bitwise_left_shift_(Tensor& self, const Scalar& other) { in bitwise_left_shift_()
1333 Tensor bitwise_left_shift(const Scalar& self, const Tensor& other) { in bitwise_left_shift()
1337 Tensor __rshift__(const Tensor& self, const Tensor& other) { in __rshift__()
1338 Tensor result; in __rshift__()
1344 Tensor __rshift__(const Tensor& self, const Scalar& other) { in __rshift__()
1345 Tensor result; in __rshift__()
1352 Tensor& __irshift__(Tensor& self, const Tensor& other) { in __irshift__()
1358 Tensor& __irshift__(Tensor& self, const Scalar& other) { in __irshift__()
1365 TORCH_IMPL_FUNC(bitwise_right_shift_out) (const Tensor& self, const Tensor& other, const Tensor& re… in TORCH_IMPL_FUNC()
1369 Tensor& bitwise_right_shift_out(const Tensor& self, const Scalar& other, Tensor& result) { in bitwise_right_shift_out()
1373 Tensor bitwise_right_shift(const Tensor& self, const Scalar& other) { in bitwise_right_shift()
1377 Tensor& bitwise_right_shift_(Tensor& self, const Scalar& other) { in bitwise_right_shift_()
1381 Tensor bitwise_right_shift(const Scalar& self, const Tensor& other) { in bitwise_right_shift()
1386 Tensor& comparison_op_out(Tensor& result, const Tensor& self, const Tensor& other, Stub& stub) { in comparison_op_out()
1393 Tensor comparison_op(const Tensor& self, const Tensor& other, OutImpl& out_impl) { in comparison_op()
1394 Tensor result = at::empty({0}, self.options().dtype(kBool)); in comparison_op()
1399 Tensor& comparison_op_(Tensor& self, const Tensor& other, OutImpl& out_impl) { in comparison_op_()
1404 Tensor& comparison_op_out(Tensor& result, const Tensor& self, const Scalar& other, OutImpl& out_imp… in comparison_op_out()
1409 Tensor comparison_op(const Tensor& self, const Scalar& other, OutImpl& out_impl) { in comparison_op()
1414 Tensor& comparison_op_(Tensor& self, const Scalar& other, OutImpl& out_impl) { in comparison_op_()
1420 using OutFunc = std::add_const_t<Tensor&(&)(Tensor&, const Tensor&, const Tensor&)>;
1423 Tensor& less_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::lt_out(resul… in less_out()
1424 Tensor less(const Tensor& self, const Tensor& other) { return self.lt(other); } in less()
1425 Tensor& less_(Tensor& self, const Tensor& other) { return self.lt_(other); } in less_()
1426 Tensor& less_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::lt_out(resul… in less_out()
1427 Tensor less(const Tensor& self, const Scalar& other) { return self.lt(other); } in less()
1428 Tensor& less_(Tensor& self, const Scalar& other) { return self.lt_(other); } in less_()
1431 Tensor& less_equal_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::le_out… in less_equal_out()
1432 Tensor less_equal(const Tensor& self, const Tensor& other) { return self.le(other); } in less_equal()
1433 Tensor& less_equal_(Tensor& self, const Tensor& other) { return self.le_(other); } in less_equal_()
1434 Tensor& less_equal_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::le_out… in less_equal_out()
1435 Tensor less_equal(const Tensor& self, const Scalar& other) { return self.le(other); } in less_equal()
1436 Tensor& less_equal_(Tensor& self, const Scalar& other) { return self.le_(other); } in less_equal_()
1439 Tensor& greater_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::gt_out(re… in greater_out()
1440 Tensor greater(const Tensor& self, const Tensor& other) { return self.gt(other); } in greater()
1441 Tensor& greater_(Tensor& self, const Tensor& other) { return self.gt_(other); } in greater_()
1442 Tensor& greater_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::gt_out(re… in greater_out()
1443 Tensor greater(const Tensor& self, const Scalar& other) { return self.gt(other); } in greater()
1444 Tensor& greater_(Tensor& self, const Scalar& other) { return self.gt_(other); } in greater_()
1447 Tensor& greater_equal_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::ge_… in greater_equal_out()
1448 Tensor greater_equal(const Tensor& self, const Tensor& other) { return self.ge(other); } in greater_equal()
1449 Tensor& greater_equal_(Tensor& self, const Tensor& other) { return self.ge_(other); } in greater_equal_()
1450 Tensor& greater_equal_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::ge_… in greater_equal_out()
1451 Tensor greater_equal(const Tensor& self, const Scalar& other) { return self.ge(other); } in greater_equal()
1452 Tensor& greater_equal_(Tensor& self, const Scalar& other) { return self.ge_(other); } in greater_equal_()
1456 (const Tensor& self, const Tensor& other, const Tensor& result) { \
1461 (const Tensor& self, const Scalar& other, const Tensor& result) { \
1473 Tensor& not_equal_out(const Tensor& self, const Tensor& other, Tensor& result) { return at::ne_out(… in not_equal_out()
1474 Tensor not_equal(const Tensor& self, const Tensor& other) { return self.ne(other); } in not_equal()
1475 Tensor& not_equal_(Tensor& self, const Tensor& other) { return self.ne_(other); } in not_equal_()
1476 Tensor& not_equal_out(const Tensor& self, const Scalar& other, Tensor& result) { return at::ne_out(… in not_equal_out()
1477 Tensor not_equal(const Tensor& self, const Scalar& other) { return self.ne(other); } in not_equal()
1478 Tensor& not_equal_(Tensor& self, const Scalar& other) { return self.ne_(other); } in not_equal_()
1480 Tensor& logical_and_out(const Tensor& self, const Tensor& other, Tensor& result) { return compariso… in logical_and_out()
1481 Tensor logical_and(const Tensor& self, const Tensor& other) { return comparison_op(self, other, sta… in logical_and()
1482 Tensor& logical_and_(Tensor& self, const Tensor& other) { return comparison_op_(self, other, static… in logical_and_()
1484 Tensor& logical_or_out(const Tensor& self, const Tensor& other, Tensor& result) { return comparison… in logical_or_out()
1485 Tensor logical_or(const Tensor& self, const Tensor& other) { return comparison_op(self, other, stat… in logical_or()
1486 Tensor& logical_or_(Tensor& self, const Tensor& other) { return comparison_op_(self, other, static_… in logical_or_()
1488 Tensor& logical_xor_out(const Tensor& self, const Tensor& other, Tensor& result) { return compariso… in logical_xor_out()
1489 Tensor logical_xor(const Tensor& self, const Tensor& other) { return comparison_op(self, other, sta… in logical_xor()
1490 Tensor& logical_xor_(Tensor& self, const Tensor& other) { return comparison_op_(self, other, static… in logical_xor_()
1493 Tensor& max_out(const Tensor& self, const Tensor& other, Tensor& result) { in max_out()
1497 Tensor max(const Tensor& self, const Tensor& other) { in max()
1502 Tensor& min_out(const Tensor& self, const Tensor& other, Tensor& result) { in min_out()
1506 Tensor min(const Tensor& self, const Tensor& other) { in min()
1510 Tensor floor_divide(const Tensor& self, const Scalar& other) { in floor_divide()
1514 Tensor& floor_divide_(Tensor& self, const Scalar& other) { in floor_divide_()
1518 Tensor& fmod_out(const Tensor& self, const Scalar& other, Tensor & result) { in fmod_out()
1523 Tensor fmod(const Tensor& self, const Scalar& other) { in fmod()
1528 Tensor& fmod_(Tensor& self, const Scalar& other) { in fmod_()
1535 Tensor _test_serialization_subcmul(const Tensor& self, const Tensor& other, const Scalar& alpha) { in _test_serialization_subcmul()
1540 const Tensor& self, const Tensor& other, const Tensor& result in TORCH_IMPL_FUNC()
1545 static inline Tensor _pow2(const Tensor& self, const Tensor& other) { in _pow2()
1555 Tensor& ldexp_out(const Tensor& self, const Tensor& other, Tensor& result) { in ldexp_out()
1560 Tensor ldexp(const Tensor& self, const Tensor& other) { in ldexp()
1564 Tensor& ldexp_(Tensor& self, const Tensor& other) { in ldexp_()
1568 Tensor& xlogy_out(const Scalar& self, const Tensor& other, Tensor& result) { in xlogy_out()
1572 Tensor& xlogy_out(const Tensor& self, const Scalar& other, Tensor& result) { in xlogy_out()
1576 Tensor xlogy(const Scalar& x, const Tensor& y) { in xlogy()
1580 Tensor xlogy(const Tensor& x, const Scalar& y) { in xlogy()
1584 Tensor& xlogy_(Tensor& x, const Scalar& y) { in xlogy_()
1588 Tensor& special_xlogy_out(const Tensor& self, const Tensor& other, Tensor& result) { in special_xlogy_out()
1592 Tensor& special_xlogy_out(const Scalar& self, const Tensor& other, Tensor& result) { in special_xlogy_out()
1596 Tensor& special_xlogy_out(const Tensor& self, const Scalar& other, Tensor& result) { in special_xlogy_out()
1600 Tensor special_xlogy(const Tensor& x, const Tensor& y) { in special_xlogy()
1604 Tensor special_xlogy(const Scalar& x, const Tensor& y) { in special_xlogy()
1608 Tensor special_xlogy(const Tensor& x, const Scalar& y) { in special_xlogy()