Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft PR: testing #2628

Draft
wants to merge 95 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
95 commits
Select commit Hold shift + click to select a range
82a3b15
testing
ddavis-2015 Aug 8, 2024
9af664d
Add DEPTHWISE_CONV kernel unit test.
ddavis-2015 Aug 16, 2024
cc1a4a0
cleanup
ddavis-2015 Aug 16, 2024
13c5f71
Add DEPTHWISE_CONV compressed kernel unit tests.
ddavis-2015 Aug 17, 2024
8dbda0f
Fix XTENSA compiler warnings.
ddavis-2015 Aug 24, 2024
56cb57e
Add FULLY_CONNECTED compression support for XTENSA.
ddavis-2015 Aug 25, 2024
37bec9a
fix xtensa FULLY_CONNECTED copyright
ddavis-2015 Aug 25, 2024
3f1d113
Add DEPTHWISE_CONV compression support to XTENSA.
ddavis-2015 Aug 25, 2024
120bdbd
Change DecompressToBuffer API
ddavis-2015 Aug 27, 2024
7c406d7
Add compression support for DEPTHWISE_CONV for XTENSA P6.
ddavis-2015 Aug 27, 2024
f1a49ea
Add compression support for CONV2D for XTENSA P6.
ddavis-2015 Aug 27, 2024
404bd9c
Add compression support for FULLY_CONNECTED for XTENSA P6.
ddavis-2015 Aug 27, 2024
7fed169
fix copyright
ddavis-2015 Aug 27, 2024
23d2111
Add TFLM compression testing to XTENSA CI
ddavis-2015 Aug 27, 2024
26e53de
update micro speech test arena size
ddavis-2015 Aug 27, 2024
d458447
more viewer output
ddavis-2015 Aug 30, 2024
41dd3a3
update code style check exclusions
ddavis-2015 Aug 30, 2024
ff63716
Add profiling to decompression code using external context.
ddavis-2015 Sep 4, 2024
b392b6e
viewer works with more models
ddavis-2015 Sep 6, 2024
e85d9b7
compile without optimized kernel directory (reference kernels only)
ddavis-2015 Sep 6, 2024
7ac50a0
Update CONCATENATION kernel to more closely match TfLite.
ddavis-2015 Sep 7, 2024
e099723
Add TFLM compression support for CONCATENATION.
ddavis-2015 Sep 8, 2024
ab3cc79
Allow compression script to handle value tables of length 1.
ddavis-2015 Sep 8, 2024
37e8ee3
update copyright
ddavis-2015 Sep 9, 2024
4c6e6ad
Update compression script to support buffer sharing between tensors i…
ddavis-2015 Sep 9, 2024
a072400
Add TFLM compression support to the ASSIGN_VARIABLE kernel
ddavis-2015 Sep 9, 2024
c77d48e
model viewer also shows tensor is_variable value
ddavis-2015 Sep 11, 2024
307430f
make profilers static.
ddavis-2015 Sep 11, 2024
ac2054a
Handle \ (backslash) appearing within the metadata
ddavis-2015 Sep 11, 2024
5f26a6b
refactor bit width 4 decompression code.
ddavis-2015 Sep 19, 2024
be37537
Add TFLM compression README
ddavis-2015 Sep 19, 2024
14bc841
TFLM compression bitwidth 2 optimization
ddavis-2015 Sep 20, 2024
7cf87b5
TFLM compression bitwidth 2 improvements
ddavis-2015 Sep 21, 2024
2bac419
cleanup and fix issues with bitwidth 2 decompression optimization
ddavis-2015 Sep 21, 2024
46e8fe6
TFLM compression bitwidth 3 optimized
ddavis-2015 Sep 24, 2024
d51a035
compression document updates
ddavis-2015 Sep 24, 2024
1cf9c78
refactor and further optimize bitwidth 4 decompression.
ddavis-2015 Sep 24, 2024
e9b4621
Fix name of bitwidth 4 decompression method
ddavis-2015 Sep 26, 2024
8c0a01c
refactoring
ddavis-2015 Sep 27, 2024
24c1152
refactoring
ddavis-2015 Sep 28, 2024
3f901a7
add comment
ddavis-2015 Sep 28, 2024
445278f
Merge branch 'main' into bq-compression
ddavis-2015 Sep 29, 2024
d1a281e
Improve compression documentation
ddavis-2015 Oct 2, 2024
eb85180
add xtensa bit width 4 decompression code
ddavis-2015 Oct 4, 2024
487c17a
add xtensa any bit width decompression code
ddavis-2015 Oct 4, 2024
b84853c
testing
ddavis-2015 Oct 8, 2024
2388549
refactor decompression code into reference and platform specific
ddavis-2015 Oct 11, 2024
99c6e35
revert to original Cadence bit width 4 code
ddavis-2015 Oct 11, 2024
ad2b1c3
reduce HIFI5 decompression code size
ddavis-2015 Oct 13, 2024
77bb05d
align compressed tensor data as per schema
ddavis-2015 Oct 14, 2024
9bb2b63
cleanup
ddavis-2015 Oct 14, 2024
b318421
add decompression unit test
ddavis-2015 Oct 17, 2024
81ecf2e
decompression unit test improvements
ddavis-2015 Oct 18, 2024
efedcc2
working decompression unit test
ddavis-2015 Oct 18, 2024
a110e41
fix C++ bitwidth 6 & 7 decompression
ddavis-2015 Oct 18, 2024
4894265
pre-merge empty commit
ddavis-2015 Oct 19, 2024
3d765e6
Squashed commit of the following:
ddavis-2015 Oct 19, 2024
4a02b22
cleanup
ddavis-2015 Oct 19, 2024
821dfdf
Cleanup header file usage.
ddavis-2015 Oct 20, 2024
d96b614
fix CI code style errors
ddavis-2015 Oct 21, 2024
122db20
add compression build/test to bazel default test script
ddavis-2015 Oct 21, 2024
459569a
use kernel optimzer level -O3 and -LNO:simd for Xtensa HIFI5
ddavis-2015 Oct 21, 2024
2d825e3
fix code style errors.
ddavis-2015 Oct 21, 2024
b43c16c
fix code style errors.
ddavis-2015 Oct 21, 2024
7dc34a9
update to latest Cadence decompression code.
ddavis-2015 Oct 22, 2024
df29a4c
header file cleanup.
ddavis-2015 Oct 23, 2024
8c53ee3
first cut at op relocation script.
ddavis-2015 Oct 30, 2024
fc4b473
additional operator relocation check.
ddavis-2015 Oct 30, 2024
ac4a0a4
cleanup
ddavis-2015 Oct 31, 2024
4dca8e7
keep generic benchmark application binary size stable regardless of w…
ddavis-2015 Oct 31, 2024
0d889e0
Fix MicroProfiler bug with ClearEvents().
ddavis-2015 Nov 2, 2024
40e7530
fix arena
ddavis-2015 Nov 4, 2024
7776cda
remove [[maybe_unused]]
ddavis-2015 Nov 5, 2024
cfd9890
expand model_facade
ddavis-2015 Nov 10, 2024
f651c88
single pending ops queue
ddavis-2015 Nov 10, 2024
5e1a1c9
changes to make the memory planner debug output easier to interpret
ddavis-2015 Nov 11, 2024
ae6a207
Implement alternate profiler for MicroInterpreter.
ddavis-2015 Nov 18, 2024
fddf003
Fix typo.
ddavis-2015 Nov 18, 2024
2f8cead
Revert FakeMicroContext changes for alternate profiler.
ddavis-2015 Nov 18, 2024
83dafce
cleanup
ddavis-2015 Nov 19, 2024
0a49b2a
Add input tensor CRC to Generic Benchmark application.
ddavis-2015 Nov 20, 2024
300751d
Update to latest Cadence code. Int8 any bitwidth on normal quant axi…
ddavis-2015 Nov 20, 2024
a6dc3e0
Pre-rebase to main empty commit
ddavis-2015 Nov 20, 2024
defad29
Squashed commit of the following:
ddavis-2015 Nov 25, 2024
2788d32
support for alternate decompression memory.
ddavis-2015 Dec 2, 2024
b9c62b9
initial refactor of compression unit tests
ddavis-2015 Dec 6, 2024
81795e7
finished refactor of compression unit tests
ddavis-2015 Dec 6, 2024
cc1fb65
place TestConvFloat() back into conv_test_common.cc
ddavis-2015 Dec 6, 2024
9353cda
fix concatenation unit test to match refactored unit test helper fram…
ddavis-2015 Dec 6, 2024
4d07fef
updated compression and generic benchmark documentation
ddavis-2015 Dec 11, 2024
81e548b
Add GetOptionalTensorData (four parameter version).
ddavis-2015 Dec 13, 2024
4c5079b
Update transpose_conv for optional bias tensors when compression is e…
ddavis-2015 Dec 13, 2024
e788456
Fixes to depthwise_conv for optional bias tensor when compression is …
ddavis-2015 Dec 13, 2024
01eb927
Fixed scratch size calculation for conv for HiFi targets for scenario…
ddavis-2015 Dec 13, 2024
e54866c
Fixes to CONV for optional bias tensor when compression is enabled.
ddavis-2015 Dec 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix xtensa FULLY_CONNECTED copyright
ddavis-2015 committed Aug 25, 2024
commit 37bec9abd89c6216bf691d9a00a244c1d70687fa
2 changes: 1 addition & 1 deletion tensorflow/lite/micro/kernels/xtensa/fully_connected.cc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2023 The TensorFlow Authors. All Rights Reserved.
/* Copyright 2024 The TensorFlow Authors. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2023 The TensorFlow Authors. All Rights Reserved.
/* Copyright 2024 The TensorFlow Authors. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2023 The TensorFlow Authors. All Rights Reserved.
/* Copyright 2024 The TensorFlow Authors. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.