Skip to content

Commit

Permalink
[TF FE][TF Hub] Support TruncateDiv operation
Browse files Browse the repository at this point in the history
  • Loading branch information
siddhant-0707 committed Oct 19, 2023
1 parent 47f092c commit 8a469f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/frontends/tensorflow_common/src/op/truncate_div.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ OutputVector translate_truncate_div_op(const NodeContext& node) {
} // namespace op
} // namespace tensorflow
} // namespace frontend
} // namespace ov
} // namespace ov
2 changes: 1 addition & 1 deletion tests/layer_tests/tensorflow_tests/test_tf_TruncateDiv.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ def test_truncate_div_basic(self, params, ie_device, precision, ir_version, temp
use_new_frontend, use_old_api):
self._test(*self.create_truncate_div_net(**params),
ie_device, precision, ir_version, temp_dir=temp_dir,
use_new_frontend=use_new_frontend, use_old_api=use_old_api)
use_new_frontend=use_new_frontend, use_old_api=use_old_api)

0 comments on commit 8a469f1

Please sign in to comment.