From 80a022fd103b26a03a04e0565c4d263f73d950b8 Mon Sep 17 00:00:00 2001 From: Kevin Cheng Date: Mon, 15 Nov 2021 17:07:37 -0800 Subject: First commit of tosa serialize passes Signed-off-by: Kevin Cheng Change-Id: I1551017706f6e8af604792f48cdeb49b4da7ef0d --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5d7eb1e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "third_party/serialization_lib"] + path = third_party/serialization_lib + url = https://review.mlplatform.org/tosa/serialization_lib -- cgit v1.2.1