ctuning / ck-tensorflow

Collective Knowledge components for TensorFlow (code, data sets, models, packages, workflows):
http://cKnowledge.org
BSD 3-Clause "New" or "Revised" License
93 stars 26 forks source link

Create package:lib-tflite #138

Closed psyhtest closed 4 years ago

psyhtest commented 4 years ago

We've accumulated a number of packages building TFLite from source e.g. package:lib-tflite-1.15.0-src-static. We should create a single package:lib-tflite-src-static (or simply package:lib-tflite) to keep versioning and patching in one place via the mechanism of variations.

The package:lib-armnn package provides good working examples of:

The immediate versions of interest are 1.15.3, 1.13.2, and 2.0.2.

The goal is to be able to install TFLite from the new package e.g. as follows:

$ ck install package --tags=lib,tflite,v2.0.2
$ ck install package --tags=lib,tflite,v1.15.3,rpi4
psyhtest commented 4 years ago

Thanks for your contributions @slahiruk - marking as complete.