Commit graph

12 commits

Author SHA1 Message Date
Advait Jain
648ba296d9
Separated out the TFLM examples from the kernels and unit test builds. (#565)
The kernel and unit test list is going to be smaller (and have all the
code and CI be part of the TFLM repo).

The examples list is expected to grow and will be maintained external to
the TFLM repository as described in #407.

BUG=#407
2021-10-04 12:46:35 -07:00
Advait Jain
257f47fb6c
Update the docs (#516)
* we now accept a lot more types of contributions and have improved the documentation.
 * add link to the kernel porting guide from the readme.
 * small updates to the op porting guide.
2021-09-16 12:36:02 -07:00
Nat Jeffries
26944780f4
TFLM changes to support resource variables. (#482) 2021-09-07 09:21:53 -07:00
Advait Jain
6afb70e789
Fix typo (#408) 2021-08-13 18:35:16 +00:00
Advait Jain
f436b1e389
Update documentation for adding new platform support. (#399) 2021-08-13 18:32:40 +00:00
David Davis
c0de9bdaab
Add FAQ section (#384)
* Add files from TfLite

Added batch_matmul.h and tensor_utils_common.h that are needed for the BATCH_MATMUL operator.

* Add FAQ section

Add frequently asked questions section with regard to memory allocation and tensor structure manipulation.

bug=Add FAQ to reference op porting document #383

Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
2021-08-09 18:55:25 +00:00
Advait Jain
2ddb3cc800
Update links to point to the tflite-micro github repository. (#283)
BUG=http://b/193437031
2021-07-14 21:23:24 +00:00
Jens Elofsson
a0db1a6d01
Fix broken image links in pre-allocated tensors RFC (#171)
* Fix broken links to images in preallocated tensors RFC.

* Update links to refer to the new repo.

* Add line breaks to make it easier to read.

Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
2021-06-14 15:06:07 +00:00
TFLM-bot
40343df5c9
Sync from upstream TF. (#70) 2021-05-12 07:39:29 -07:00
github-actions[bot]
202d8ecfdd
Automated sync from github.com/tensorflow/tensorflow (#47)
Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
2021-04-29 22:48:26 +00:00
Advait Jain
5a65a54ce2
Sync from upstream with ci/sync_from_upstream_tf.sh (#15) 2021-04-21 03:23:30 +00:00
Advait Jain
a37043ff7a
Manually sync'd code from upstream TF. (#2)
Confirmed that the following command passes:
```
./tensorflow/lite/micro/tools/ci_build/test_all_new.sh GITHUB_PRESUBMIT
```
2021-04-09 11:17:58 -07:00