ggml_graph_size function

  1. @Native<Int Function(Pointer<ggml_cgraph>)>(ffi.Pointer<ggml_cgraph>)>()
int ggml_graph_size(
  1. Pointer<ggml_cgraph> cgraph
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<ggml_cgraph>)>()
external int ggml_graph_size(
  ffi.Pointer<ggml_cgraph> cgraph,
);