Visible to Intel only — GUID: GUID-4A226F31-1025-4FDF-9763-DA622DDC7E48
Visible to Intel only — GUID: GUID-4A226F31-1025-4FDF-9763-DA622DDC7E48
struct dnnl_post_ops
Overview
An opaque structure for a chain of post operations. More…
Detailed Documentation
An opaque structure for a chain of post operations.
dnnl_post_ops can be used to perform some (trivial) operations like accumulation or eltwise after certain primitives like convolution.
Post operations might be combined together, making a chain of post operations. For instance one can configure convolution followed by accumulation followed by eltwise. This might be especially beneficial for residual learning blocks.
Supported post operations:
accumulation (base primitive: convolution)
eltwise (base primitive: convolution)