ggml_graph_node method

Pointer<ggml_tensor> ggml_graph_node(
  1. Pointer<ggml_cgraph> cgraph,
  2. int i
)

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Implementation

ffi.Pointer<ggml_tensor> ggml_graph_node(
  ffi.Pointer<ggml_cgraph> cgraph,
  int i,
) {
  return _ggml_graph_node(cgraph, i);
}