|
clDNN
|
Represents network output returned by network::get_output(). More...
#include <network.hpp>
Public Member Functions | |
| event | get_event () const |
| Returns event associated with the output. | |
| memory | get_memory () const |
| Returns memory object of the output. Blocked until associated event is not complete. | |
Represents network output returned by network::get_output().
Definition at line 39 of file network.hpp.