Sign in
android
/
platform
/
external
/
pytorch
/
f668b7ecb02d881e9585ff2276f7c4f54a323e7d
/
.
/
caffe2
/
python
/
onnx
/
error.py
blob: 1bac8290464d39dff2167206d14873b81627d5a3 [
file
] [
log
] [
blame
]
## @package onnx
# Module caffe2.python.onnx.error
class
BaseException
(
Exception
):
pass
class
Unsupported
(
BaseException
):
pass