1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 23:33:05 +04:00

Merge pull request #9569 from dkurt:test_dnn_ssd_halide

This commit is contained in:
Vadim Pisarevsky
2017-09-13 13:29:50 +00:00
6 changed files with 221 additions and 159 deletions
+5
View File
@@ -146,6 +146,11 @@ CV__DNN_EXPERIMENTAL_NS_BEGIN
*/
virtual void copyToHost() = 0;
/**
* @brief Indicate that an actual data is on CPU.
*/
virtual void setHostDirty() = 0;
int backendId; //!< Backend identifier.
int targetId; //!< Target identifier.
};