Sign in
android
/
platform
/
external
/
pytorch
/
b85f9d7fa2
/
.
/
caffe2
/
__init__.py
blob: f319e8e2dc15b9714fa648a63f12a5e8aed94ade [
file
] [
log
] [
blame
]
import
warnings
from
torch
.
onnx
import
_CAFFE2_ATEN_FALLBACK
if
not
_CAFFE2_ATEN_FALLBACK
:
warnings
.
warn
(
"Caffe2 support is no longer present in PyTorch."
)