ggml_reshape_1d function
- @Native<Pointer<
ggml_tensor> Function(Pointer<ggml_context> , Pointer<ggml_tensor> , Int64)>(ffi.Pointer<ggml_context>, ffi.Pointer<ggml_tensor>, ffi.Int64)>()
- Pointer<
ggml_context> ctx, - Pointer<
ggml_tensor> a, - int ne0
Implementation
@ffi.Native<
ffi.Pointer<ggml_tensor> Function(
ffi.Pointer<ggml_context>,
ffi.Pointer<ggml_tensor>,
ffi.Int64,
)
>()
external ffi.Pointer<ggml_tensor> ggml_reshape_1d(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
int ne0,
);