File tree Expand file tree Collapse file tree
core/iwasm/libraries/wasi-nn/test Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,8 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v${CMAKE_VER}/cmake-
3737WORKDIR /tmp
3838RUN git clone https://github.com/VeriSilicon/TIM-VX.git tim-vx \
3939 && git clone https://github.com/VeriSilicon/tflite-vx-delegate.git \
40- && git clone https://github.com/tensorflow/tensorflow.git --branch v2.12.0
40+ && git clone https://github.com/tensorflow/tensorflow.git --branch v2.12.0 \
41+ && cd /tmp/tensorflow && git cherry-pick -n 5115fa96d7c5b41451674892317be43e30b7c389
4142
4243
4344# Build TIM-VX
@@ -54,8 +55,6 @@ WORKDIR /tmp/tim-vx
5455# Build TensorFlow Lite
5556WORKDIR /tmp/tensorflow/build
5657
57- RUN git cherry-pick -n 5115fa96d7c5b41451674892317be43e30b7c389
58-
5958RUN cmake \
6059 -DBUILD_SHARED_LIBS=ON=on \
6160 -DTFLITE_ENABLE_RUY=on \
You can’t perform that action at this time.
0 commit comments