mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
10 lines
298 B
Python
10 lines
298 B
Python
from __future__ import absolute_import
|
|
from __future__ import division
|
|
from __future__ import print_function
|
|
from __future__ import unicode_literals
|
|
|
|
import caffe2.python._import_c_extension as C
|
|
|
|
CAFFE2_NO_OPERATOR_SCHEMA = C.define_caffe2_no_operator_schema
|
|
build_options = C.get_build_options()
|