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