#include <mkldnn.hpp>
|
| primitive_desc (const desc &desc, const engine &e) |
|
| REG_QUERY_MPD (src, src, 0) |
|
| REG_QUERY_MPD (dst, dst, 0) |
|
| primitive_desc (const_mkldnn_op_desc_t desc, const primitive_attr *attr, const engine &e, const_mkldnn_primitive_desc_t hint_fwd_pd) |
|
engine | get_engine () |
|
primitive_attr | get_primitive_attr () const |
|
const char * | impl_info_str () const |
| Returns implementation name. More...
|
|
bool | next_impl () |
| Advances the next implementation for the given op descriptor. More...
|
|
memory::primitive_desc | query_mpd (query what, int idx=0) const |
| Queries and returns requested memory primitive descriptor. More...
|
|
Public Member Functions inherited from mkldnn::handle< mkldnn_primitive_desc_t > |
| handle (mkldnn_primitive_desc_t t=0, bool weak=false) |
| Constructs a C handle wrapper. More...
|
|
| handle (const handle &other) |
|
handle & | operator= (const handle &other) |
|
bool | operator== (const handle &other) const |
|
bool | operator!= (const handle &other) const |
|
void | reset (mkldnn_primitive_desc_t t, bool weak=false) |
| Resets the value of a C handle. More...
|
|
mkldnn_primitive_desc_t | get () const |
| Returns the value of the underlying C handle. More...
|
|
◆ primitive_desc()
mkldnn::shuffle_forward::primitive_desc::primitive_desc |
( |
const desc & |
desc, |
|
|
const engine & |
e |
|
) |
| |
|
inline |
◆ REG_QUERY_MPD() [1/2]
mkldnn::shuffle_forward::primitive_desc::REG_QUERY_MPD |
( |
src |
, |
|
|
src |
, |
|
|
0 |
|
|
) |
| |
◆ REG_QUERY_MPD() [2/2]
mkldnn::shuffle_forward::primitive_desc::REG_QUERY_MPD |
( |
dst |
, |
|
|
dst |
, |
|
|
0 |
|
|
) |
| |
The documentation for this struct was generated from the following file: