Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)
0.21.0
Performance library for Deep Learning
|
A wrapper structure to specify a particular output of a primitive. More...
#include <mkldnn.hpp>
Public Member Functions | |
at (const primitive &aprimitive, size_t at=0) | |
Constructs a wrapper specifying aprimitive output with index at . More... | |
operator primitive () const | |
Returns the specified output. More... | |
Public Attributes | |
mkldnn_primitive_at_t | data |
The underlying C API structure. More... | |
A wrapper structure to specify a particular output of a primitive.
|
inline |
Constructs a wrapper specifying aprimitive
output with index at
.
aprimitive | The target primitive. |
at | The output index. |
mkldnn_primitive_at_t mkldnn::primitive::at::data |
The underlying C API structure.