Skip to content

Commit 278f6a7

Browse files
authored
Add operator hardSwish into OVEP (#709)
* add harswitsh into support list * change version which indidates when ovep supports this operator for openvino * change support verison which indicates when OV supports the op
1 parent 6d04a2e commit 278f6a7

File tree

1 file changed

+1
-0
lines changed
  • onnxruntime/core/providers/openvino/ov_versions

1 file changed

+1
-0
lines changed

onnxruntime/core/providers/openvino/ov_versions/data_ops.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ std::vector<SupportedOp> supported_op_mode = {
158158
{"InstanceNormalization", V_2020_4, {"CPU", "GPU"}},
159159
{"HardSigmoid", V_2020_4, {"CPU", "GPU"}},
160160
{"HardMax", V_2022_1, {"CPU", "GPU"}},
161+
{"HardSwish", V_2025_0, {"CPU", "GPU"}},
161162
{"LayerNormalization", V_2023_0, {"CPU", "GPU"}},
162163
{"LeakyRelu", V_2020_4, {"CPU", "GPU"}},
163164
{"Less", V_2020_4, {"CPU", "GPU"}},

0 commit comments

Comments
 (0)