Skip to content
/ libtflm Public

This repository builds tflite-micro static libraries from upstream

Notifications You must be signed in to change notification settings

openmv/libtflm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Build GitHub license GitHub release (latest SemVer) GitHub forks GitHub stars GitHub issues

About This Repository

This repository builds TensorFlow Lite Micro (TFLM) libraries from the upstream repository. It is meant to be included only as a submodule in the main OpenMV firmware repository. All files in this repository are auto-generated by github workflows.

Contributing to the project

Contributions are most welcome. If you are interested in contributing to the project, start by creating a fork of the repository:

Clone the forked tflm repository, and add a remote to the main tflm repository:

git clone --recursive https://github.com/<username>/tflm.git
git -C tflm remote add upstream https://github.com/openmv/tflm.git

Now the repository is ready for pull requests. To send a pull request, create a new feature branch and push it to origin, and use Github to create the pull request from the forked repository to the upstream openmv/tflm repository. For example:

git checkout -b <some_branch_name>
<commit changes>
git push origin -u <some_branch_name>

Contribution guidelines

Please follow the best practices when sending pull requests upstream. In general, the pull request should:

  • Fix one problem. Don't try to tackle multiple issues at once.
  • Split the changes into logical groups using git commits.
  • Pull request title should be less than 78 characters, and match this pattern:
    • <scope>:<1 space><description><.>
  • Commit subject line should be less than 78 characters, and match this pattern:
    • <scope>:<1 space><description><.>

About

This repository builds tflite-micro static libraries from upstream

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published