ggml_reshape_1d method
Implementation
ffi.Pointer<ggml_tensor> ggml_reshape_1d(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
int ne0,
) {
return _ggml_reshape_1d(
ctx,
a,
ne0,
);
}
ffi.Pointer<ggml_tensor> ggml_reshape_1d(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
int ne0,
) {
return _ggml_reshape_1d(
ctx,
a,
ne0,
);
}