TANMAY DAS
75f52901eb
Update dockerfile for hexagon. ( #1841 )
2023-03-22 17:44:47 -07:00
TANMAY DAS
ea72c8f262
Update hexagon and xtensa to install numpy. ( #1838 )
...
Tested the changes locally
For hexagon
```
docker run --rm -v `pwd`:/tmp/tflite-micro ghcr.io/tflm-bot/hexagon:0.3 /bin/bash -c "cd /tmp && tflite-micro/tensorflow/lite/micro/tools/ci_build/test_hexagon.sh tflite-micro/"
```
For xtensa
```
docker run --env XTENSA_TOOLS_VERSION=RI-2020.4-linux --rm -v `pwd`:/tmp/tflite-micro ghcr.io/tflm-bot/xtensa:0.5 /bin/bash -c "cd /tmp && tflite-micro/tensorflow/lite/micro/tools/ci_build/test_xtensa_fusion_f1.sh EXTERNAL tflite-micro/"
```
BUG=http://b/274709808
2023-03-22 06:19:09 +00:00
deqiangc
02898348ac
Add a hexagon build presubmit ( #518 )
...
* Add a hexagon build presubmit
Also update Hexagon Docker file
* Add a todo for to enable unit test for hexagon
Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
2021-09-20 22:59:30 +00:00
jwithers
f897bca58c
dockerfile for hexagon testing tools ( #186 )
...
Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
2021-06-17 16:53:37 +00:00