Skip to content

saimusdev-conan/tensorflow-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tflite-conan

Tensorflow Lite Conan package

Prerequisites

Build

To build the Tensorflow Lite library with conan, run the following command:

conan create . tensorflow-lite/2.0.0@saimusdev/testing --profile=default --build=missing

Debug build process

To increment the Conan's logging, increase the log level:

conan config set log.level=1

To avoid conan fetching the source each time use the --keep-source option when running conan create:

conan create . tensorflow-lite/2.0.0@saimusdev/testing --profile=default --build=missing --keep-source

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages