Skip to content

Handle additional types as input and output in TF models #745

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

Closed
yaeldekel opened this issue Aug 27, 2018 · 1 comment · Fixed by #2101
Closed

Handle additional types as input and output in TF models #745

yaeldekel opened this issue Aug 27, 2018 · 1 comment · Fixed by #2101
Assignees
Milestone

Comments

@yaeldekel
Copy link

Initially only floats/doubles will be handled, and we should investigate which other types are commonly used in TF models.

@zeahmed zeahmed assigned zeahmed and unassigned abgoswam Jan 9, 2019
@zeahmed
Copy link
Contributor

zeahmed commented Jan 10, 2019

I am adding a test to show that the supported data types are working. Double/float, int8/int16/int32/int64, uint8/uint16/uint32/uint64 and bools are currently supported. Another issue will be created if support for other types are requested.

@shauheen shauheen added this to the 0119 milestone Jan 10, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants