Commit eecb64a9 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

Merge pull request #10331 from arrybn:python_dnn_net

parents e72a053c 19c914db
...@@ -423,8 +423,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN ...@@ -423,8 +423,8 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
* @param outputBlobs contains all output blobs for each layer specified in @p outBlobNames. * @param outputBlobs contains all output blobs for each layer specified in @p outBlobNames.
* @param outBlobNames names for layers which outputs are needed to get * @param outBlobNames names for layers which outputs are needed to get
*/ */
void forward(std::vector<std::vector<Mat> >& outputBlobs, CV_WRAP_AS(forwardAndRetrieve) void forward(CV_OUT std::vector<std::vector<Mat> >& outputBlobs,
const std::vector<String>& outBlobNames); const std::vector<String>& outBlobNames);
/** /**
* @brief Compile Halide layers. * @brief Compile Halide layers.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment