From: Denys Dmytriyenko <denys@ti.com>
To: Qin Su <qsu@ti.com>
Cc: meta-arago@arago-project.org
Subject: Re: [PATCH v3 1/3] armnn-caffe: caffe protobuf files used in building caffe models in armnn.
Date: Fri, 31 Aug 2018 14:52:50 -0400 [thread overview]
Message-ID: <20180831185250.GA2362@beryl> (raw)
In-Reply-To: <1535741433-30388-2-git-send-email-qsu@ti.com>
On Fri, Aug 31, 2018 at 02:50:31PM -0400, Qin Su wrote:
> Caffe protobuf files built with protobuf version 3.2.0 and used in
> building caffe network models in armnn.
>
> Signed-off-by: Qin Su <qsu@ti.com>
> ---
> .../recipes-support/armnn-caffe/armnn-caffe.bb | 18 ++++++++++++++++++
> 1 file changed, 18 insertions(+)
> create mode 100644 meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb
>
> diff --git a/meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb b/meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb
> new file mode 100644
> index 0000000..6234474
> --- /dev/null
> +++ b/meta-arago-extras/recipes-support/armnn-caffe/armnn-caffe.bb
> @@ -0,0 +1,18 @@
> +DESCRIPTION = "Caffe protobuf files - used in ARMNN for Caffe network models"
> +LICENSE = "BSD"
> +LIC_FILES_CHKSUM = "file://README.md;md5=01b8fd7c1b9506378a45200f64d6e0d7"
> +
> +SRC_URI = " \
> + git://git@bitbucket.itg.ti.com/processor-sdk/tidl-utils.git;protocol=ssh; \
NAK.
> +"
> +
> +SRCREV = "9ae62427ad233597bf345e9572c252eedf8cc2b3"
> +
> +S = "${WORKDIR}/git"
> +
> +do_install() {
> + install -d ${D}${datadir}/${PN}/caffe/proto/
> + cp ${S}/caffeImport/* ${D}${datadir}/${PN}/caffe/proto/.
> +}
> +
> +
> --
> 1.9.1
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
next prev parent reply other threads:[~2018-08-31 18:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-31 18:50 [PATCH v3 0/3] armnn-caffe: reduced recipe size Qin Su
2018-08-31 18:50 ` [PATCH v3 1/3] armnn-caffe: caffe protobuf files used in building caffe models in armnn Qin Su
2018-08-31 18:52 ` Denys Dmytriyenko [this message]
2018-08-31 18:50 ` [PATCH v3 2/3] armnn-tensorflow: tensorflow protobuf files used in building tensorflow " Qin Su
2018-08-31 18:50 ` [PATCH v3 3/3] armnn: ARM NN machine learning SDK Qin Su
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180831185250.GA2362@beryl \
--to=denys@ti.com \
--cc=meta-arago@arago-project.org \
--cc=qsu@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.