.. index:: pair: struct; dnnl::inner_product_forward .. _doxid-structdnnl_1_1inner__product__forward: struct dnnl::inner_product_forward ================================== .. toctree:: :hidden: struct_dnnl_inner_product_forward_primitive_desc.rst Overview ~~~~~~~~ Inner product forward propagation primitive. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct inner_product_forward: public :ref:`dnnl::primitive` { // structs struct :ref:`primitive_desc`; // construction :ref:`inner_product_forward`(); :ref:`inner_product_forward`(const :ref:`primitive_desc`& pd); :ref:`inner_product_forward`( 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_1inner__product__forward: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Inner product forward propagation primitive. Construction ------------ .. index:: pair: function; inner_product_forward .. _doxid-structdnnl_1_1inner__product__forward_1a9fb22f17a0ce989a174d45995f80232b: .. ref-code-block:: cpp :class: doxyrest-title-code-block inner_product_forward() Default constructor. Produces an empty object. .. index:: pair: function; inner_product_forward .. _doxid-structdnnl_1_1inner__product__forward_1a1626abb1c2dc58648dc6271cebb31a14: .. ref-code-block:: cpp :class: doxyrest-title-code-block inner_product_forward(const :ref:`primitive_desc`& pd) Constructs an inner product forward propagation primitive. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pd - Primitive descriptor for an inner product forward propagation primitive. .. index:: pair: function; inner_product_forward .. _doxid-structdnnl_1_1inner__product__forward_1a53a780da8684fa5f45e45cd712edf0fb: .. ref-code-block:: cpp :class: doxyrest-title-code-block inner_product_forward( const :ref:`primitive_desc`& pd, const std::vector& cache_blob ) Constructs an inner product forward propagation primitive from a cache blob. .. rubric:: Parameters: .. list-table:: :widths: 20 80 * - pd - Primitive descriptor for an inner product forward propagation primitive. * - cache_blob - Cache blob.