Sign in
android
/
platform
/
external
/
pytorch
/
6a14fcb9223d27d4be1d19d24e535707f76a3e01
/
.
/
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}"