- Support MNIST example on DSP. - Support updated TIDL network binary format (for ONNX import).
Signed-off-by: Yuan Zhao <[email protected]> --- meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc index de1b99bc..648167df 100644 --- a/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc +++ b/meta-arago-extras/recipes-ti/tidl-api/tidl-api.inc @@ -1,4 +1,4 @@ -PV = "1.2.2" +PV = "1.3.0" INC_PR = "r0" LIC_FILES_CHKSUM = "file://license.txt;md5=e3daeabffb9fc131a73f16d16cbdb118" @@ -8,4 +8,4 @@ GIT_PROTOCOL = "git" BRANCH = "master" SRC_URI = "${GIT_URI};protocol=${GIT_PROTOCOL};branch=${BRANCH}" -SRCREV = "139e105486ba7c7a8487cf237de37acbcbf80ed6" +SRCREV = "785170685ca6a5c11876b05ddf74741c419393be" -- 2.14.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
