Sign in
android
/
platform
/
external
/
pytorch
/
2bcbc15023
/
.
/
test
/
jit
/
bar.py
blob: 94211ac3f9a35378a6b2aa6b20584e71943daeb4 [
file
] [
log
] [
blame
]
import
torch
# This file contains definitions of script classes.
# They are used by test_jit.py to test ScriptClass imports
@torch
.
jit
.
script
# noqa: B903
class
FooSameName
(
object
):
def
__init__
(
self
,
y
):
self
.
y
=
y