ggml_get_f32_1d function

  1. @Native<Float Function(Pointer<ggml_tensor>, Int)>(ffi.Pointer<ggml_tensor>, ffi.Int)>()
double ggml_get_f32_1d(
  1. Pointer<ggml_tensor> tensor,
  2. 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,
);