Skip to content

Commit

Permalink
remove extra
Browse files Browse the repository at this point in the history
  • Loading branch information
iefode committed Sep 25, 2023
1 parent 2a2244c commit aefde07
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ static std::vector<std::regex> FROTEND_REGEXP = {
#ifdef ENABLE_OV_TF_FRONTEND
std::regex(R"(.*\.pb)"),
#endif
// #ifdef ENABLE_OV_IR_FRONTEND
#ifdef ENABLE_OV_IR_FRONTEND
std::regex(R"(.*\.xml)"),
// #endif
#endif
#ifdef ENABLE_OV_TF_LITE_FRONTEND
std::regex(R"(.*\.tflite)"),
#endif
Expand Down

0 comments on commit aefde07

Please sign in to comment.