A primitive to concatenate data by arbitrary dimension.
More...
A primitive to concatenate data by arbitrary dimension.
- See also
- Concat in developer guide
◆ dnnl_concat_primitive_desc_create()
Creates a primitive descriptor for an out-of-place concatenation primitive.
- Parameters
-
concat_primitive_desc | Output primitive descriptor. |
dst_desc | Destination memory descriptor. |
n | Number of source parameters. |
concat_dimension | Source tensors will be concatenated over dimension with this index. Note that order of dimensions does not depend on memory format. |
src_descs | Array of source memory descriptors with n elements. |
attr | Primitive attributes to use (can be NULL). |
engine | Engine to use. |
- Returns
- dnnl_success on success and a status describing the error otherwise.