2019-12-20 03:24:37 +08:00
|
|
|
[submodule "third_party/onnx"]
|
|
|
|
path = third_party/onnx
|
|
|
|
url = https://github.com/onnx/onnx.git
|
|
|
|
[submodule "third_party/benchmark"]
|
|
|
|
path = third_party/benchmark
|
|
|
|
url = https://github.com/tjingrant/google-benchmark.git
|
|
|
|
[submodule "third_party/pybind11"]
|
|
|
|
path = third_party/pybind11
|
|
|
|
url = https://github.com/pybind/pybind11.git
|
2020-01-22 10:36:21 +08:00
|
|
|
[submodule "third_party/variant"]
|
|
|
|
path = third_party/variant
|
2020-03-10 00:16:43 +08:00
|
|
|
url = https://github.com/mpark/variant.git
|
2020-06-08 10:18:55 +08:00
|
|
|
[submodule "third_party/rapidcheck"]
|
|
|
|
path = third_party/rapidcheck
|
|
|
|
url = https://github.com/emil-e/rapidcheck.git
|