diff options
author | Your Name <bai@in.tum.de> | 2018-12-08 01:04:02 -0800 |
---|---|---|
committer | Facebook Github Bot <facebook-github-bot@users.noreply.github.com> | 2018-12-08 01:06:08 -0800 |
commit | 5e06fa0bafb53c1c1a1203c74ddc08209ad87f84 (patch) | |
tree | 668419bd4bd3c17b1f41afc80afd59be0d385a92 /.gitmodules | |
parent | c8a5ec14dd599acde4a35b47802ff78bd79d6d66 (diff) | |
download | pytorch-5e06fa0bafb53c1c1a1203c74ddc08209ad87f84.tar.gz pytorch-5e06fa0bafb53c1c1a1203c74ddc08209ad87f84.tar.bz2 pytorch-5e06fa0bafb53c1c1a1203c74ddc08209ad87f84.zip |
ONNX changes to use int32_t (instead of enum) to store data type
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14926
Reviewed By: houseroad
Differential Revision: D13390642
Pulled By: bddppq
fbshipit-source-id: c2314b24d9384f188fda2b9a5cc16465ad39581e
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 26f15c9609..d32edbfada 100644 --- a/.gitmodules +++ b/.gitmodules @@ -60,7 +60,7 @@ url = https://github.com/onnx/onnx.git [submodule "third_party/onnx-tensorrt"] path = third_party/onnx-tensorrt - url = https://github.com/onnx/onnx-tensorrt + url = https://github.com/bddppq/onnx-tensorrt [submodule "third_party/sleef"] path = third_party/sleef url = https://github.com/shibatch/sleef |