Commit graph

8 commits

Author SHA1 Message Date
Shlomi Regev
f391e68683
Download Cadence Nature DSP from GitHub (#2241)
Variants for hifi3, hifi4 and hifi5.

BUG=301551681
2023-10-05 17:06:55 +00:00
suleshahid
600deac90f
Update visibility for model transforms tool (#2055)
Need additional visibility for model transforms tool for some usecases.

BUG=[285021986](http://b/285021986)
2023-06-14 21:41:52 +00:00
suleshahid
c306ff6084
Adds Signal Library Window Op (#2019)
First Op for the TFLM Signal Processing Ops library.
Doc linked in bug.

The Window OP is a custom signal processing OP similar to what is found in tf.signal library, but specific for integer (int16) purposes.

You can directly use this as a builtin op via the op resolver as:
* `op_resolver.AddWindow()` 
* or via python as shown in `window_op_test.py`

3 testing options are provided:
* Micro(C++): `bazel run signal/micro/kernels:window_test`
* Tensorflow/Micro(Python): `bazel run python/tflite_micro/signal:window_op_test`
* Makefile(C++): `make -f tensorflow/lite/micro/tools/make/Makefile test_kernel_window_test`  

BUG=[259145369](http://b/259145369)
2023-06-14 00:25:02 +00:00
Steven Toribio
207dde4da9
adds PythonOpsResolver (#1965)
This PR does the following: 

1. Introduces PythonOpsResolver Target 
2. removes a reference to AllOpsResolver in remaing places in TFLM repo outside of integration_tests

[doc for changes](https://docs.google.com/document/d/1vafCGaFGGBauAssAdFABtmgpiRju2V3isioZfLMgeEc/edit?resourcekey=0-pc-aJl3TPZ7NcO9RxrNsrA#)

[google3 cl](https://critique.corp.google.com/cl/531013669)

BUG=[b/276918689](https://b.corp.google.com/issues/276918689)
2023-05-12 18:29:53 +00:00
Trinity Lundgren
645e8ecc7b
Support hw optimized kernels for vision p6 in bazel (#979)
Co-authored-by: Ting Yan <94130036+tingyan19@users.noreply.github.com>
2022-03-18 20:33:53 +00:00
Jack Arendt
645bcd96f6
Reenabled xtensa ops for bazel build (#653)
* Reenabled xtensa ops for bazel build, minor changes to support more extensible select statements.

* minor comment fixes.
2021-11-03 21:12:20 +00:00
Jack Arendt
6ac817d5dc
Added xtensa kernels to be bazel compatible (#561)
* Added xtensa kernels to be bazel compatible

* Addressed PR comment feedback.

Co-authored-by: Advait Jain <advaitjain@users.noreply.github.com>
2021-10-01 21:40:30 +00:00
Advait Jain
8da1c45d7a
Allow for differences in internal and external bzl rules. (#73)
Progress towards http://b/187830287
2021-05-14 23:43:48 +00:00