| ## @package workspace | |
| # Module caffe2.python.workspace | |
| from __future__ import absolute_import | |
| from __future__ import division | |
| from __future__ import print_function | |
| from __future__ import unicode_literals | |
| from caffe2.proto import caffe2_pb2, torch_pb2 | |
| import caffe2.python._import_c_extension as C |