forked from openvinotoolkit/openvino
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TF FE] Refactor ops translators to check complex type and speed-up c…
…ompilation (openvinotoolkit#21025) * [TF FE] Refactor AddN translator Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor ArgMin/ArgMax Signed-off-by: Kazantsev, Roman <[email protected]> * Add default check for binary operations Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor Cast translator Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor Const translator Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor Einsum, Elu, and Fill operations Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor MatMul translator Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor Relu6 and Placeholder Signed-off-by: Kazantsev, Roman <[email protected]> * Refactor Round, Square, and unary operation translators Signed-off-by: Kazantsev, Roman <[email protected]> * Update src/frontends/tensorflow_common/src/op/relu_6.cpp * Update src/frontends/tensorflow_common/src/op/const.cpp --------- Signed-off-by: Kazantsev, Roman <[email protected]>
- Loading branch information
Showing
15 changed files
with
114 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.