mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
11 lines
299 B
Python
11 lines
299 B
Python
|
|
## @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
|