aboutsummaryrefslogtreecommitdiff
path: root/tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp
diff options
context:
space:
mode:
authorTeresa Charlin <teresa.charlinreyes@arm.com>2022-08-30 14:27:10 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2022-09-06 10:21:44 +0000
commitd1628bffe27db398ff5c67c2e20f89e729f8bc31 (patch)
tree80e5a72505f98689d941cdf4c7bdef0db00d255d /tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp
parent48f9d5db00a245d08317130b10171337df0c1142 (diff)
downloadarmnn-d1628bffe27db398ff5c67c2e20f89e729f8bc31.tar.gz
IVGCVSW-7006 Remove deprecated code due to be removed in 22.08
* AddConv and AddDWConv with weights and bias * ResizeBilinearDescriptor * b,blacklist option in accuracy tool !android-nn-driver:8172 Signed-off-by: Teresa Charlin <teresa.charlinreyes@arm.com> Change-Id: Ibbc04fd18be7f938b11590bf67cd7af103cb4d99
Diffstat (limited to 'tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp')
-rw-r--r--tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp b/tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp
index 49efbbf928..9e5507b9c2 100644
--- a/tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp
+++ b/tests/ModelAccuracyTool-Armnn/ModelAccuracyTool-Armnn.cpp
@@ -110,11 +110,6 @@ int main(int argc, char* argv[])
"Path to a excludelist file where each line denotes the index of an image to be "
"excluded from evaluation.",
cxxopts::value<std::string>(excludelistPath)->default_value(""));
- ARMNN_DEPRECATED_MSG_REMOVAL_DATE("This b,blacklist-path command is deprecated", "22.08")
- ("b,blacklist-path",
- "Path to a blacklist file where each line denotes the index of an image to be "
- "excluded from evaluation. This command will be deprecated in favor of: --excludelist-path ",
- cxxopts::value<std::string>(excludelistPath)->default_value(""));
auto result = options.parse(argc, argv);