Skip to content

Commit

Permalink
[Bugfix] Fix caffe2 nnvm frontend (apache#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
hlu1 authored and wweic committed May 13, 2019
1 parent 0c8b3e3 commit e7d2ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nnvm/python/nnvm/frontend/caffe2.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from __future__ import absolute_import as _abs
import tvm
from nnvm import symbol as _sym
from .common import get_nnvm_op
from .common import get_nnvm_op, Renamer, AttrConverter as AttrCvt
from .onnx_caffe2_utils import dimension_picker, dimension_constraint, infer_channels, revert_caffe2_pad
from . import onnx

Expand Down

0 comments on commit e7d2ceb

Please sign in to comment.