Deep Neural Network Library (DNNL)  1.1.3
Performance library for Deep Learning
List of all members
dnnl::inner_product_forward::desc Struct Reference

Initializes an inner product descriptor for forward propagation using prop_kind (possible values are dnnl::prop_kind::forward_training and dnnl::prop_kind::forward_inference) and memory descriptors. More...

#include <dnnl.hpp>

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

Detailed Description

Initializes an inner product descriptor for forward propagation using prop_kind (possible values are dnnl::prop_kind::forward_training and dnnl::prop_kind::forward_inference) and memory descriptors.

In order to create an inner product without bias, bias_desc should refer to a descriptor with memory format kind set to dnnl::memory::format_tag::undef.

Note
Memory descriptors are allowed to be initialized with dnnl::memory::format_tag::any value of format_kind.
Examples:
cnn_inference_f32.cpp.

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