.gitmodules 579 字节
Newer Older
Z
zhunaipan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
[submodule "third_party/flatbuffers"]
	path = third_party/flatbuffers
	url = https://github.com/google/flatbuffers.git
[submodule "third_party/googletest"]
	path = third_party/googletest
	url = https://github.com/google/googletest.git
[submodule "third_party/incubator-tvm"]
	path = third_party/incubator-tvm
	url = https://github.com/apache/incubator-tvm.git
[submodule "third_party/protobuf"]
	path = third_party/protobuf
	url = https://github.com/protocolbuffers/protobuf.git
[submodule "graphengine"]
	path = graphengine
Y
yanghaoran 已提交
15
	url = https://gitee.com/ms-incubator/graphengine.git