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
* 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.
* 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>
* 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>