mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
9 lines
276 B
Python
9 lines
276 B
Python
## @package onnx
|
|
# Module caffe2.python.onnx.error
|
|
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
from __future__ import unicode_literals
|
|
class BaseException(Exception): pass
|
|
class Unsupported(BaseException): pass
|