[][src]Function onednn_sys::dnnl_post_ops_destroy

pub unsafe extern "C" fn dnnl_post_ops_destroy(
    post_ops: dnnl_post_ops_t
) -> dnnl_status_t

Destroys post-ops.

@param post_ops Post-ops to destroy. @returns #dnnl_success on success and a status describing the error otherwise.