DeepLearningExamples/DGLPyTorch/DrugDiscovery/RoseTTAFold/network/utils/utils_profiling.py
2021-10-15 15:46:41 +02:00

6 lines
78 B
Python

try:
profile
except NameError:
def profile(func):
return func