.. index:: pair: struct; dnnl::shuffle_backward .. _doxid-structdnnl_1_1shuffle__backward: struct dnnl::shuffle_backward ============================= .. toctree:: :hidden: struct_dnnl_shuffle_backward_primitive_desc.rst Overview ~~~~~~~~ Shuffle backward propagation primitive. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct shuffle_backward: public :ref:`dnnl::primitive` { // structs struct :ref:`primitive_desc`; // construction :ref:`shuffle_backward`(); :ref:`shuffle_backward`(const :ref:`primitive_desc`& pd); :ref:`shuffle_backward`( const :ref:`primitive_desc`& pd, const std::vector& cache_blob ); }; Inherited Members ----------------- .. ref-code-block:: cpp :class: doxyrest-overview-inherited-code-block public: // enums enum :ref:`kind`; // methods :ref:`handle`& :ref:`operator =` (const :ref:`handle`&); :ref:`handle`& :ref:`operator =` (:ref:`handle`&&); void :ref:`reset`(T t, bool weak = false); T :ref:`get`(bool allow_empty = false) const; :ref:`operator T` () const; :ref:`operator bool` () const; bool :ref:`operator ==` (const :ref:`handle`& other) const; bool :ref:`operator !=` (const :ref:`handle`& other) const; :ref:`const_dnnl_primitive_desc_t` :ref:`get_primitive_desc`() const; :ref:`kind` :ref:`get_kind`() const; std::vector :ref:`get_cache_blob`() const; void :ref:`execute`(const :ref:`stream`& astream, const std::unordered_map`>& args) const; :ref:`handle`(); :ref:`handle`(); :ref:`handle`(); :ref:`handle`(); .. _details-structdnnl_1_1shuffle__backward: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Shuffle backward propagation primitive. Construction ------------ .. index:: pair: function; shuffle_backward .. _doxid-structdnnl_1_1shuffle__backward_1a867ad6134709758db0ce9d626ae0765a: .. ref-code-block:: cpp :class: doxyrest-title-code-block shuffle_backward() Default constructor. Produces an empty object. .. index:: pair: function; shuffle_backward .. _doxid-structdnnl_1_1shuffle__backward_1af7c950680ea4d14a09b8a2fed06043a9: .. ref-code-block:: cpp :class: doxyrest-title-code-block shuffle_backward(const :ref:`primitive_desc`& pd) Constructs a shuffle backward propagation primitive. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pd - Primitive descriptor for a shuffle backward propagation primitive. .. index:: pair: function; shuffle_backward .. _doxid-structdnnl_1_1shuffle__backward_1abe89c5ecad33b525d4f59710a842a7b8: .. ref-code-block:: cpp :class: doxyrest-title-code-block shuffle_backward( const :ref:`primitive_desc`& pd, const std::vector& cache_blob ) Constructs a shuffle backward propagation primitive from a cache blob. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pd - Primitive descriptor for a shuffle backward propagation primitive. * - cache_blob - Cache blob.