From c4930a2f649e6fb620b584458c2396fa51c0b6cf Mon Sep 17 00:00:00 2001 From: Aditya Goel Date: Wed, 10 Jan 2024 11:32:40 +0000 Subject: [PATCH] Move to text directory --- onnxruntime/core/providers/cpu/{nn => text}/regex_full_match.cc | 0 onnxruntime/core/providers/cpu/{nn => text}/regex_full_match.h | 0 onnxruntime/core/providers/cpu/{nn => text}/string_normalizer.cc | 0 onnxruntime/core/providers/cpu/{nn => text}/string_normalizer.h | 0 .../test/providers/cpu/{nn => text}/regex_full_match_test.cc | 0 .../test/providers/cpu/{nn => text}/string_normalizer_test.cc | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename onnxruntime/core/providers/cpu/{nn => text}/regex_full_match.cc (100%) rename onnxruntime/core/providers/cpu/{nn => text}/regex_full_match.h (100%) rename onnxruntime/core/providers/cpu/{nn => text}/string_normalizer.cc (100%) rename onnxruntime/core/providers/cpu/{nn => text}/string_normalizer.h (100%) rename onnxruntime/test/providers/cpu/{nn => text}/regex_full_match_test.cc (100%) rename onnxruntime/test/providers/cpu/{nn => text}/string_normalizer_test.cc (100%) diff --git a/onnxruntime/core/providers/cpu/nn/regex_full_match.cc b/onnxruntime/core/providers/cpu/text/regex_full_match.cc similarity index 100% rename from onnxruntime/core/providers/cpu/nn/regex_full_match.cc rename to onnxruntime/core/providers/cpu/text/regex_full_match.cc 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