ggml_get_first_tensor method
Context tensor enumeration and lookup
Implementation
ffi.Pointer<ggml_tensor> ggml_get_first_tensor(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_get_first_tensor(
ctx,
);
}
Context tensor enumeration and lookup
ffi.Pointer<ggml_tensor> ggml_get_first_tensor(
ffi.Pointer<ggml_context> ctx,
) {
return _ggml_get_first_tensor(
ctx,
);
}