Sign in
android
/
platform
/
external
/
pytorch
/
2c91e13afc6edcfe0a0e6189a88aae4ecbbf3516
/
.
/
test
/
expect
/
TestJit.test_pretty_printer-if_test.expect
blob: 1dff15859b137781b5b5991627ae02664e7a7802 [
file
] [
log
] [
blame
]
def
if_test
(
a
:
Tensor
,
b
:
Tensor
)
->
Tensor
:
if
bool
(
torch
.
lt
(
a
,
b
)):
c
=
b
else
:
c
=
a
return
c