Sign in
android
/
platform
/
external
/
pytorch
/
d0e12d1cc8b08ea8770b6ec941372793c4e4d4d0
/
.
/
test
/
dynamo
/
mock_modules
/
mock_module3.py
blob: 8af77a237a89b455be31ba381aef85592d5107aa [
file
] [
log
] [
blame
]
import
torch
def
method1
(
x
,
y
):
torch
.
ones
(
1
,
1
)
x
.
append
(
y
)
return
x