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

#include <mkldnn.hpp>

Inheritance diagram for mkldnn::pooling_backward:
Inheritance graph
[legend]
Collaboration diagram for mkldnn::pooling_backward:
Collaboration graph
[legend]

Classes

struct  desc
 
struct  primitive_desc
 

Public Member Functions

 pooling_backward (const primitive_desc &aprimitive_desc, const primitive::at &diff_dst, const memory &diff_src)
 
 pooling_backward (const primitive_desc &aprimitive_desc, const primitive::at &diff_dst, const primitive::at &workspace, const memory &diff_src)
 
- Public Member Functions inherited from mkldnn::primitive
const_mkldnn_primitive_desc_t get_primitive_desc () const
 Returns the descriptor of the underlying C API primitive. More...
 
- Public Member Functions inherited from mkldnn::handle< mkldnn_primitive_t >
 handle (const handle &other)
 
handleoperator= (const handle &other)
 
bool operator== (const handle &other) const
 
bool operator!= (const handle &other) const
 
void reset (mkldnn_primitive_t t, bool weak=false)
 Resets the value of a C handle. More...
 
mkldnn_primitive_t get () const
 Returns the value of the underlying C handle. More...
 

Additional Inherited Members

- Protected Member Functions inherited from mkldnn::handle< mkldnn_primitive_t >
 handle (mkldnn_primitive_t t=0, bool weak=false)
 Constructs a C handle wrapper. More...
 
bool operator== (const mkldnn_primitive_t other) const
 
bool operator!= (const mkldnn_primitive_t other) const
 

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