ggml_get_f32_1d function
- @Native<Float Function(Pointer<
ggml_tensor> , Int)>(ffi.Pointer<ggml_tensor>, ffi.Int)>()
- Pointer<
ggml_tensor> tensor, - int i
Implementation
@ffi.Native<ffi.Float Function(ffi.Pointer<ggml_tensor>, ffi.Int)>()
external double ggml_get_f32_1d(
ffi.Pointer<ggml_tensor> tensor,
int i,
);