[][src]Function onednn_sys::dnnl_post_ops_get_kind

pub unsafe extern "C" fn dnnl_post_ops_get_kind(
    post_ops: const_dnnl_post_ops_t,
    index: c_int
) -> dnnl_primitive_kind_t

Returns the kind of a post-op entry.

@param post_ops Post-ops. @param index Post-op entry index. @returns The kind of the post-op with the specified index. @returns #dnnl_undefined_primitive if there is no post-op at the specified index.