Skip to content

Commit 63ce3fb

Browse files
benoitsteinerfacebook-github-bot
authored andcommitted
Created a transformer to convertr caffe2 NetDef into ONNX models.
Summary: Pull Request resolved: #13167 Reviewed By: abadams Differential Revision: D11296189 fbshipit-source-id: 7e49c7a78d26f4af39d50b40f70372272debb34a
1 parent 9e6bb60 commit 63ce3fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

caffe2/python/onnx/onnxifi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def onnxifi_caffe2_net(
2222
infer_shapes=False,
2323
debug=False):
2424
"""
25-
Transfrom the caffe2_net by collapsing ONNXIFI-runnable nodes into Onnxifi c2 ops
25+
Transform the caffe2_net by collapsing ONNXIFI-runnable nodes into Onnxifi c2 ops
2626
"""
2727
# Inject an fake input tensor to help popluate the shape if we
2828
# do not do shape inference

0 commit comments

Comments
 (0)