Home
last modified time | relevance | path

Searched refs:GetResourceFilePath (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/samples/ObjectDetection/test/delegate/
H A DArmnnDelegateNetworkExecutorTest.cpp15 static string GetResourceFilePath(const string& filename) in GetResourceFilePath() function
35 string file_path = GetResourceFilePath("ssd_mobilenet_v1.tflite");
54 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
83 string file_path = GetResourceFilePath("yolo_v3_tiny_darknet_fp32.tflite");
104 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
/aosp_15_r20/external/armnn/samples/ObjectDetection/test/
H A DPipelineTest.cpp10 static std::string GetResourceFilePath(const std::string& filename) in GetResourceFilePath() function
36 options.m_ModelFilePath = GetResourceFilePath("ssd_mobilenet_v1.tflite");
44 cv::Mat inputFrame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
H A DImageUtilsTest.cpp73 static std::string GetResourceFilePath(std::string filename) in GetResourceFilePath() function
113 cv::Mat frame = cv::imread(GetResourceFilePath("basketball1.png"), cv::IMREAD_COLOR);
/aosp_15_r20/external/armnn/samples/KeywordSpotting/test/
H A DKeywordSpottingPipelineTest.cpp12 static std::string GetResourceFilePath(const std::string& filename) in GetResourceFilePath() function
175 options.m_ModelFilePath = GetResourceFilePath("ds_cnn_clustered_int8.tflite");