ggml_new_tensor_1d method
Implementation
ffi.Pointer<ggml_tensor> ggml_new_tensor_1d(
ffi.Pointer<ggml_context> ctx,
int type,
int ne0,
) {
return _ggml_new_tensor_1d(
ctx,
type,
ne0,
);
}
ffi.Pointer<ggml_tensor> ggml_new_tensor_1d(
ffi.Pointer<ggml_context> ctx,
int type,
int ne0,
) {
return _ggml_new_tensor_1d(
ctx,
type,
ne0,
);
}