MCPcopy Create free account
hub / github.com/ARM-software/armnn / Inference

Method Inference

samples/ObjectDetection/src/ObjectDetectionPipeline.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 m_decoder(std::move(decoder)){}
16
17void od::ObjDetectionPipeline::Inference(const cv::Mat& processed, common::InferenceResults<float>& result)
18{
19 m_executor->Run(processed.data, processed.total() * processed.elemSize(), result);
20}
21
22void ObjDetectionPipeline::PostProcessing(common::InferenceResults<float>& inferenceResult,
23 const std::function<void (DetectedObjects)>& callback)

Callers 2

PipelineTest.cppFile · 0.45
mainFunction · 0.45

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected