diff --git a/onnxruntime/core/providers/cpu/nn/regex_full_match.cc b/onnxruntime/core/providers/cpu/text/regex_full_match.cc similarity index 95% rename from onnxruntime/core/providers/cpu/nn/regex_full_match.cc rename to onnxruntime/core/providers/cpu/text/regex_full_match.cc index 9cf3b3b92c36a..cc4a5a9ae4e61 100644 --- a/onnxruntime/core/providers/cpu/nn/regex_full_match.cc +++ b/onnxruntime/core/providers/cpu/text/regex_full_match.cc @@ -1,7 +1,7 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. -#include "core/providers/cpu/nn/regex_full_match.h" +#include "regex_full_match.h" #include "core/common/common.h" namespace onnxruntime { diff --git a/onnxruntime/core/providers/cpu/nn/regex_full_match.h b/onnxruntime/core/providers/cpu/text/regex_full_match.h similarity index 100% rename from onnxruntime/core/providers/cpu/nn/regex_full_match.h rename to onnxruntime/core/providers/cpu/text/regex_full_match.h diff --git a/onnxruntime/core/providers/cpu/nn/string_normalizer.cc b/onnxruntime/core/providers/cpu/text/string_normalizer.cc similarity index 100% rename from onnxruntime/core/providers/cpu/nn/string_normalizer.cc rename to onnxruntime/core/providers/cpu/text/string_normalizer.cc diff --git a/onnxruntime/core/providers/cpu/nn/string_normalizer.h b/onnxruntime/core/providers/cpu/text/string_normalizer.h similarity index 100% rename from onnxruntime/core/providers/cpu/nn/string_normalizer.h rename to onnxruntime/core/providers/cpu/text/string_normalizer.h diff --git a/onnxruntime/test/providers/cpu/nn/regex_full_match_test.cc b/onnxruntime/test/providers/cpu/text/regex_full_match_test.cc similarity index 100% rename from onnxruntime/test/providers/cpu/nn/regex_full_match_test.cc rename to onnxruntime/test/providers/cpu/text/regex_full_match_test.cc diff --git a/onnxruntime/test/providers/cpu/nn/string_normalizer_test.cc b/onnxruntime/test/providers/cpu/text/string_normalizer_test.cc similarity index 100% rename from onnxruntime/test/providers/cpu/nn/string_normalizer_test.cc rename to onnxruntime/test/providers/cpu/text/string_normalizer_test.cc