Skip to content

Commit

Permalink
[DELETE] Unused T template argument
Browse files Browse the repository at this point in the history
  • Loading branch information
PiotrKrzem committed Oct 18, 2024
1 parent 75d2095 commit 35c524a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/plugins/template/backend/ops/identity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@
#include "evaluate_node.hpp"
#include "openvino/core/type/element_iterator.hpp"

template <ov::element::Type_t ET>
inline bool evaluate(const std::shared_ptr<ov::op::v15::Identity>& op,
ov::TensorVector& outputs,
const ov::TensorVector& inputs) {
using T = typename ov::element_type_traits<ET>::value_type;
}

template <>
bool evaluate_node<ov::op::v15::Identity>(std::shared_ptr<ov::Node> node,
ov::TensorVector& outputs,
Expand Down

0 comments on commit 35c524a

Please sign in to comment.