Add onnx as a submodule (#1998)

This commit is contained in:
Yinghai Lu
2018-02-21 21:10:50 -08:00
committed by GitHub
parent 090850e89b
commit 2344decc91
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@ -61,3 +61,6 @@
[submodule "third_party/python-six"]
path = third_party/python-six
url = https://github.com/benjaminp/six.git
[submodule "third_party/onnx"]
path = third_party/onnx
url = https://github.com/onnx/onnx.git