From 6dd178f2395b34cfb360eabb0130c19ed258f5fa Mon Sep 17 00:00:00 2001 From: Nikhil Raj Date: Fri, 2 Apr 2021 22:04:39 +0100 Subject: IVGCVSW-5720 Remove the Caffe Parser from ArmNN Signed-off-by: Nikhil Raj Change-Id: Ib00be204f549efa9aa5971ecf65c2dec4a10b10f --- tests/InferenceModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/InferenceModel.hpp') diff --git a/tests/InferenceModel.hpp b/tests/InferenceModel.hpp index dca3ab2788..cab594ed48 100644 --- a/tests/InferenceModel.hpp +++ b/tests/InferenceModel.hpp @@ -367,7 +367,7 @@ public: options .allow_unrecognised_options() .add_options() - ("m,model-dir", "Path to directory containing model files (.caffemodel/.prototxt/.tflite)", + ("m,model-dir", "Path to directory containing model files (.prototxt/.tflite)", cxxopts::value(cLineOptions.m_ModelDir)) ("c,compute", backendsMessage.c_str(), cxxopts::value>(cLineOptions.m_ComputeDevices)->default_value("CpuRef")) -- cgit v1.2.1