@@ -408,7 +408,7 @@ void DataOps::populate_op_mode_supported() {
408408
409409 // populate unsupportedmode_t
410410 {
411- UnsupportedOpMode obj = {{V_2024_1, V_2024_2, V_2024_3, V_2024_4, V_2024_5, V_2024_6, V_2025_0, V_2025_1, V_2025_2},
411+ UnsupportedOpMode obj = {{V_2024_1, V_2024_2, V_2024_3, V_2024_4, V_2024_5, V_2024_6, V_2025_0, V_2025_1, V_2025_2, V_2025_3, V_2025_4 },
412412 [this ](const Node* node, const InitializedTensorSet&) {
413413 // If the Input of ReduceMax op is UINT8, it is rejected (Due to output mismatch)
414414 for (size_t i = 0 ; i < node->InputDefs ().size (); i++) {
@@ -425,7 +425,7 @@ void DataOps::populate_op_mode_supported() {
425425 {
426426 UnsupportedOpMode obj = {{V_2023_1, V_2023_2, V_2023_3, V_2024_0, V_2024_1, V_2024_2,
427427 V_2024_3, V_2024_4, V_2024_5, V_2024_6, V_2025_0, V_2025_1,
428- V_2025_2},
428+ V_2025_2, V_2025_3, V_2025_4 },
429429 [this ](const Node* node, const InitializedTensorSet&) {
430430 const auto & input_args = node->InputDefs ();
431431 const auto & input_arg = (input_args.size () > 1 ) ? input_args[1 ] : input_args[0 ];
@@ -445,7 +445,7 @@ void DataOps::populate_op_mode_supported() {
445445 {
446446 UnsupportedOpMode obj = {{V_2023_1, V_2023_2, V_2023_3, V_2024_0, V_2024_1, V_2024_2,
447447 V_2024_3, V_2024_4, V_2024_5, V_2024_6, V_2025_0, V_2025_1,
448- V_2025_2},
448+ V_2025_2, V_2025_3, V_2025_4 },
449449 [this ](const Node* node, const InitializedTensorSet&) {
450450 // If the operator is unsqueeze
451451 // If axes is an input, then we cannot produce a static graph.
@@ -461,7 +461,7 @@ void DataOps::populate_op_mode_supported() {
461461 }
462462 {
463463 UnsupportedOpMode obj = {{V_2023_1, V_2023_2, V_2023_3, V_2024_0, V_2024_1, V_2024_2, V_2024_3, V_2024_4, V_2024_5,
464- V_2024_6, V_2025_0, V_2025_1, V_2025_2},
464+ V_2024_6, V_2025_0, V_2025_1, V_2025_2, V_2025_3, V_2025_4 },
465465 [this ](const Node* node, const InitializedTensorSet&) {
466466 // check for attributes
467467 auto & upsample_attr = node->GetAttributes ();
0 commit comments