Skip to content

Commit

Permalink
Revert "[CPU] Add Roll support (openvinotoolkit#5112)"
Browse files Browse the repository at this point in the history
This reverts commit 5d8f209.
  • Loading branch information
ilya-lavrenov committed May 4, 2021
1 parent 9aab2e9 commit cfbef3f
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 463 deletions.
1 change: 0 additions & 1 deletion inference-engine/src/mkldnn_plugin/mkldnn_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ static const InferenceEngine::details::caseless_unordered_map<std::string, Type>
{ "ReduceSum", ReduceSum},
{ "ReduceSumSquare", ReduceSumSquare},
{ "Erf", Eltwise },
{ "Roll", Roll },
};

Type TypeFromName(const std::string type) {
Expand Down
5 changes: 1 addition & 4 deletions inference-engine/src/mkldnn_plugin/mkldnn_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ enum Type {
ReduceOr,
ReduceProd,
ReduceSum,
ReduceSumSquare,
Roll
ReduceSumSquare
};

Type TypeFromName(const std::string type);
Expand Down Expand Up @@ -207,8 +206,6 @@ static std::string NameFromType(Type type) {
return "ReduceSum";
case ReduceSumSquare:
return "ReduceSumSquare";
case Roll:
return "Roll";
default:
return "Unknown";
}
Expand Down
209 changes: 0 additions & 209 deletions inference-engine/src/mkldnn_plugin/nodes/mkldnn_roll_node.cpp

This file was deleted.

41 changes: 0 additions & 41 deletions inference-engine/src/mkldnn_plugin/nodes/mkldnn_roll_node.h

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit cfbef3f

Please sign in to comment.