Source code for torch.backends.mkl
import torch
[docs]def is_available():
r"""Returns whether PyTorch is built with MKL support."""
return torch._C.has_mkl
import torch
[docs]def is_available():
r"""Returns whether PyTorch is built with MKL support."""
return torch._C.has_mkl