Skip to content

Commit

Permalink
Fixed tensorflow-lite-benchmark build.
Browse files Browse the repository at this point in the history
  • Loading branch information
NobuoTsukamoto committed Sep 30, 2023
1 parent d89afd9 commit b8708a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ SRC_URI[model.sha256sum] = "1ccb74dbd9c5f7aea879120614e91617db9534bdfaa53dfea54b
SRC_URI = " \
git://github.com/tensorflow/tensorflow.git;name=tensorflow;branch=r${BPV};protocol=https \
file://001-Disable-XNNPACK-CMakeFile.patch \
file://001-Fix-neon-sse-file-name-filter.patch \
https://storage.googleapis.com/download.tensorflow.org/models/mobilenet_v1_2018_02_22/mobilenet_v1_1.0_224.tgz;name=model \
"

SRC_URI:append:riscv32 = " \
file://001-RISCV32_pthreads.patch \
file://001-Add-link-atomic.patch \
file://001-Fix-neon-sse-file-name-filter.patch \
"

inherit cmake
Expand Down

0 comments on commit b8708a2

Please sign in to comment.