-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 ToBool operation #20511
[TF FE] Support ToBool operation #20511
Conversation
build_jenkins |
build_jenkins |
build_jenkins |
@rsato10, please do not forget about code-style next time. You can apply clang formatting in your IDE automatically or by other way. |
Sorry, Ill use the clang formatting in the future |
build_jenkins |
@ilya-lavrenov, looks we are for merge:) |
@rsato10, congratulations with your first PR merged to OpenVINO! |
* [TF FE][TF Hub] Support ToBool operations * [TF FE][TF Hub] Support ToBool operations * fixing select operation Support ToBool operations for TF Hub models * added false and true const for tobool operations * added reduction axes * Apply suggestions from code review * Update tests/layer_tests/tensorflow_tests/test_tf_ToBool.py * Update tests/layer_tests/tensorflow_tests/test_tf_ToBool.py * Update tests/layer_tests/tensorflow_tests/test_tf_ToBool.py * Update src/frontends/tensorflow_common/src/op/tobool.cpp * added second zero constant * added correct types src\frontends\tensorflow_common\src\op\tobool.cpp * added includes src\frontends\tensorflow_common\src\op\tobool.cpp * Update src/frontends/tensorflow_common/src/op/tobool.cpp * remove select and not_equal src/frontends/tensorflow_common/src/op/tobool.cpp * Apply suggestions from code review * Update src/frontends/tensorflow_common/src/op/tobool.cpp * Apply suggestions from code review * Update src/frontends/tensorflow_common/src/op/tobool.cpp --------- Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
* [TF FE][TF Hub] Support ToBool operations * [TF FE][TF Hub] Support ToBool operations * fixing select operation Support ToBool operations for TF Hub models * added false and true const for tobool operations * added reduction axes * Apply suggestions from code review * Update tests/layer_tests/tensorflow_tests/test_tf_ToBool.py * Update tests/layer_tests/tensorflow_tests/test_tf_ToBool.py * Update tests/layer_tests/tensorflow_tests/test_tf_ToBool.py * Update src/frontends/tensorflow_common/src/op/tobool.cpp * added second zero constant * added correct types src\frontends\tensorflow_common\src\op\tobool.cpp * added includes src\frontends\tensorflow_common\src\op\tobool.cpp * Update src/frontends/tensorflow_common/src/op/tobool.cpp * remove select and not_equal src/frontends/tensorflow_common/src/op/tobool.cpp * Apply suggestions from code review * Update src/frontends/tensorflow_common/src/op/tobool.cpp * Apply suggestions from code review * Update src/frontends/tensorflow_common/src/op/tobool.cpp --------- Co-authored-by: Roman Kazantsev <roman.kazantsev@intel.com>
Details:
Tickets: