EasyCV/easycv/utils/torchacc_util.py
Cathy0908 fe081c8aba
add torchacc, support swin (#105)
* add torchacc, support swin
2022-07-27 10:22:44 +08:00

7 lines
142 B
Python

# Copyright (c) Alibaba, Inc. and its affiliates.
import os
def is_torchacc_enabled():
return bool(int(os.getenv('USE_TORCHACC', '0')))