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>
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.
format_kind
.