/
usr
/
local
/
lib64
/
python3.6
/
site-packages
/
torch
/
backends
/
mkl
/
/usr/local/lib64/python3.6/site-packages/torch/backends/mkl
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
__init__.py
125
0644
edit
dl
rm
Edit:
/usr/local/lib64/python3.6/site-packages/torch/backends/mkl/__init__.py
(125B)
import torch def is_available(): r"""Returns whether PyTorch is built with MKL support.""" return torch._C.has_mkl
Save
import torch def is_available(): r"""Returns whether PyTorch is built with MKL support.""" return torch._C.has_mkl