Deep Neural Network Library (DNNL)  1.3.0
Performance library for Deep Learning
Public Member Functions | List of all members
dnnl::inner_product_backward_data::desc Struct Reference

Descriptor for an inner product backward propagation primitive. More...

#include <dnnl.hpp>

Collaboration diagram for dnnl::inner_product_backward_data::desc:
Collaboration graph
[legend]

Public Member Functions

 desc (const memory::desc &diff_src_desc, const memory::desc &weights_desc, const memory::desc &diff_dst_desc)
 Constructs a descriptor for an inner product backward propagation primitive. More...
 

Detailed Description

Descriptor for an inner product backward propagation primitive.

Constructor & Destructor Documentation

◆ desc()

dnnl::inner_product_backward_data::desc::desc ( const memory::desc diff_src_desc,
const memory::desc weights_desc,
const memory::desc diff_dst_desc 
)
inline

Constructs a descriptor for an inner product backward propagation primitive.

Note
Memory descriptors can be initialized with dnnl::memory::format_tag::any value of format_tag.

Inputs:

Outputs:

Parameters
diff_src_descMemory descriptor for diff src.
weights_descMemory descriptor for weights.
diff_dst_descMemory descriptor for diff dst.

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