ggml_new_tensor method
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_new_tensor(
ffi.Pointer<ggml_context> ctx,
int type,
int n_dims,
ffi.Pointer<ffi.Int64> ne,
) {
return _ggml_new_tensor(ctx, type, n_dims, ne);
}