[][src]Function onednn_sys::dnnl_stream_attr_destroy

pub unsafe extern "C" fn dnnl_stream_attr_destroy(
    attr: dnnl_stream_attr_t
) -> dnnl_status_t

Destroys execution stream attributes.

@param attr Execution stream attributes to destroy. @returns #dnnl_success on success and a status describing the error otherwise.