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

[TF FE] Support different types: tf.i8, u8, i16, u16, i32, u32, i64, u64, f16, f32, bf16 #21864

Merged

Conversation

rkazants
Copy link
Contributor

Details: Support constants of different types and dtype attribute values. Previously, unpacking of fp16 constant was incorrect and due to this we had performance degradation since some transformation is not applied for PRelu.

Ticket: closes #20811

Signed-off-by: Kazantsev, Roman <roman.kazantsev@intel.com>
@rkazants rkazants enabled auto-merge (squash) December 25, 2023 16:27
@rkazants rkazants merged commit 9a5ec1a into openvinotoolkit:master Dec 25, 2023
92 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: TF FE OpenVINO TensorFlow FrontEnd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Check 'm_element_type != element::undefined && m_element_type.is_static()' failed
2 participants