Sign in
android
/
platform
/
external
/
pytorch
/
3112d2a2b6
/
.
/
test
/
lazy
/
test_bindings.py
blob: 57151d4085602baad04ec0d5544637850fcbcb5c [
file
] [
log
] [
blame
]
# Owner(s): ["oncall: jit"]
import
torch
.
_lazy
.
metrics
def
test_metrics
():
names
=
torch
.
_lazy
.
metrics
.
counter_names
()
assert
len
(
names
)
==
0
,
f
"Expected no counter names, but got {names}"