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] Complex type support extended for Separate Bass model. #21477

Merged
merged 19 commits into from
Dec 21, 2023

Conversation

popovaan
Copy link
Contributor

@popovaan popovaan commented Dec 5, 2023

Description:
Added support for TensorListConcatV2, with limitation that leading_dims should be empty and shape should be constant.
Fixed a bug in FloorDiv translator.

Added support of complex types for following operations:

  • Shape
  • Reshape
  • Identity
  • Squeeze
  • StridedSlice
  • Transpose

Ticket: 125250

Code:

  • Comments
  • Code style (PEP8)
  • Transformation generates reshape-able IR
  • Transformation preserves original framework node names
  • Transformation preserves tensor names

Validation:

  • Unit tests
  • Framework operation tests
  • Transformation tests

Documentation:

  • Supported frameworks operations list
  • Guide on how to convert the public model
  • User guide update

@github-actions github-actions bot added category: Core OpenVINO Core (aka ngraph) category: TF FE OpenVINO TensorFlow FrontEnd category: TFL FE OpenVINO TensorFlow Lite FrontEnd labels Dec 5, 2023
@github-actions github-actions bot added the category: MO Model Optimizer label Dec 8, 2023
@github-actions github-actions bot removed the category: MO Model Optimizer label Dec 8, 2023
@popovaan popovaan marked this pull request as ready for review December 8, 2023 12:08
@popovaan popovaan requested review from a team as code owners December 8, 2023 12:08
@popovaan popovaan changed the title Complex type support extended, fixed some errors. Complex type support extended for Separate Bass model. Dec 8, 2023
@popovaan popovaan changed the title Complex type support extended for Separate Bass model. [TF FE] Complex type support extended for Separate Bass model. Dec 11, 2023
@gkrivor gkrivor merged commit 12faade into openvinotoolkit:master Dec 21, 2023
96 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: Core OpenVINO Core (aka ngraph) category: TF FE OpenVINO TensorFlow FrontEnd category: TFL FE OpenVINO TensorFlow Lite FrontEnd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants