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:
@@ -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.
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user