.. index:: pair: struct; dnnl::deconvolution_backward_weights .. _doxid-structdnnl_1_1deconvolution__backward__weights: struct dnnl::deconvolution_backward_weights =========================================== .. toctree:: :hidden: struct_dnnl_deconvolution_backward_weights_primitive_desc.rst Overview ~~~~~~~~ Deconvolution weights gradient primitive. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct deconvolution_backward_weights: public :ref:`dnnl::primitive` { // structs struct :ref:`primitive_desc`; // construction :ref:`deconvolution_backward_weights`(); :ref:`deconvolution_backward_weights`(const :ref:`primitive_desc`& pd); :ref:`deconvolution_backward_weights`( 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_1deconvolution__backward__weights: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Deconvolution weights gradient primitive. Construction ------------ .. index:: pair: function; deconvolution_backward_weights .. _doxid-structdnnl_1_1deconvolution__backward__weights_1a8b2f69518de6f76f0450e3d13ed179ad: .. ref-code-block:: cpp :class: doxyrest-title-code-block deconvolution_backward_weights() Default constructor. Produces an empty object. .. index:: pair: function; deconvolution_backward_weights .. _doxid-structdnnl_1_1deconvolution__backward__weights_1ab723f3cd9b4534d4161ba9f0a75653fe: .. ref-code-block:: cpp :class: doxyrest-title-code-block deconvolution_backward_weights(const :ref:`primitive_desc`& pd) Constructs a deconvolution weights gradient primitive. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pd - Primitive descriptor for a deconvolution weights gradient primitive. .. index:: pair: function; deconvolution_backward_weights .. _doxid-structdnnl_1_1deconvolution__backward__weights_1afc02395e314497a74d622a11a4062f63: .. ref-code-block:: cpp :class: doxyrest-title-code-block deconvolution_backward_weights( const :ref:`primitive_desc`& pd, const std::vector& cache_blob ) Constructs a deconvolution weights gradient primitive from a cache blob. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pd - Primitive descriptor for a deconvolution weights gradient primitive. * - cache_blob - Cache blob.