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

[TensorFlowLite] Add new data types in the TFLite format schema #67821

Open
mciprian13 opened this issue May 17, 2024 · 1 comment
Open

[TensorFlowLite] Add new data types in the TFLite format schema #67821

mciprian13 opened this issue May 17, 2024 · 1 comment
Assignees
Labels
comp:lite TF Lite related issues stat:awaiting tensorflower Status - Awaiting response from tensorflower type:feature Feature requests

Comments

@mciprian13
Copy link

mciprian13 commented May 17, 2024

Add new data types in the TFLite format schema that could be leveraged by custom accelerators, such as:

  • Custom floating point format, having configurable number of bits for exponent and mantissa (something like TensorType_FLOAT8 using custom format options)

This is relevant only for the TFLite format (schema) used for model representation and not necessary for the TFLite tools or runtime.
This is relevant when industry has proprietary tools that rely on the TFLite format but not on the TFLite tools or runtime (interpreter),

@mciprian13 mciprian13 added the comp:lite TF Lite related issues label May 17, 2024
@sawantkumar sawantkumar added the type:feature Feature requests label May 20, 2024
@pkgoogle
Copy link

Seems like a reasonable request, @miaout17, can you please take a look? Thanks.

@pkgoogle pkgoogle added the stat:awaiting tensorflower Status - Awaiting response from tensorflower label May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:lite TF Lite related issues stat:awaiting tensorflower Status - Awaiting response from tensorflower type:feature Feature requests
Projects
None yet
Development

No branches or pull requests

5 participants