Descriptor for an inner product forward propagation primitive.
More...
#include <dnnl.hpp>
Descriptor for an inner product forward propagation primitive.
- Examples:
- cnn_inference_f32.cpp, and inner_product.cpp.
◆ desc() [1/2]
Constructs a descriptor for an inner product forward propagation primitive with bias.
- Note
- All the memory descriptors may be initialized with the dnnl::memory::format_tag::any value of
format_tag
.
- Parameters
-
◆ desc() [2/2]
Constructs a descriptor for an inner product forward propagation primitive without bias.
- Note
- All the memory descriptors may be initialized with the dnnl::memory::format_tag::any value of
format_tag
.
- Parameters
-
The documentation for this struct was generated from the following file: