Sign in
android
/
platform
/
external
/
pytorch
/
1e45e7a404
/
.
/
tools
/
setup_helpers
/
fbgemm.py
blob: ae6457151aaa64328b658b4e70d072d0ef9255ae [
file
] [
log
] [
blame
]
from
.
env
import
check_env_flag
if
check_env_flag
(
'NO_FBGEMM'
):
USE_FBGEMM
=
False
else
:
USE_FBGEMM
=
True