Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.10
Performance library for Deep Learning
Public Member Functions | Public Attributes | List of all members
mkldnn::primitive::at Struct Reference

A wrapper structure to specify a particular output of a primitive. More...

#include <mkldnn.hpp>

Collaboration diagram for mkldnn::primitive::at:
Collaboration graph
[legend]

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...
 

Detailed Description

A wrapper structure to specify a particular output of a primitive.


The documentation for this struct was generated from the following file: