[][src]Function onednn_sys::dnnl_primitive_desc_destroy

pub unsafe extern "C" fn dnnl_primitive_desc_destroy(
    primitive_desc: dnnl_primitive_desc_t
) -> dnnl_status_t

Destroys a primitive descriptor.

@param primitive_desc Primitive descriptor to destroy. @returns #dnnl_success on success and a status describing the error otherwise.