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

feature: model compression #2636

Open
rkuester opened this issue Jul 24, 2024 · 3 comments
Open

feature: model compression #2636

rkuester opened this issue Jul 24, 2024 · 3 comments
Assignees

Comments

@rkuester
Copy link
Contributor

rkuester commented Jul 24, 2024

An issue to track the implementation of model compression.

Queue

The commits along the branch rkuester/feat-compression-next are queued, so to speak, for submission via PRs. Looking at this branch might give context for PRs which are posted for review one at a time. Beware this branch is rebased often.

mergify bot pushed a commit that referenced this issue Jul 24, 2024
Add the Python distribution package `hexdump`, to be used in tests
and utilities which display raw memory.

BUG=#2636
mergify bot pushed a commit that referenced this issue Jul 24, 2024
Hoist the universally-useful tflite::Span out of
codegen/runtime/micro_codegen_context.h and into an independent header
usable from elsewhere in the project.

BUG=#2636
mergify bot pushed a commit that referenced this issue Aug 7, 2024
…tor (#2642)

Add a type, tflite::StaticVector, which behaves like std::vector, but
which avoids heap memory allocation.

BUG=#2636
Copy link
Contributor

github-actions bot commented Oct 3, 2024

"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

@github-actions github-actions bot added the Stale label Oct 3, 2024
@rkuester
Copy link
Contributor Author

rkuester commented Oct 3, 2024

This task remains open; PRs and issues link to it for tracking purposes regularly.

@github-actions github-actions bot removed the Stale label Oct 4, 2024
Copy link
Contributor

"This issue is being marked as stale due to inactivity. Remove label or comment to prevent closure in 5 days."

@github-actions github-actions bot added the Stale label Oct 29, 2024
@rkuester rkuester removed the Stale label Oct 29, 2024
mergify bot pushed a commit that referenced this issue Nov 5, 2024
chore: remove obsolete ci/temp_patches

Remove ci/temp_patches, which was obsoleted in 23f608f once it
was no longer used by the sync script. It should have been
deleted then.

Remove it not only to clean up dead code, but because it contains
a reference to `micro_copts`, which is about to be refactored
away, and we don't want to leave stray references to it in the
tree.

BUG=#2636
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant