ggml_set_f32_nd method
Implementation
void ggml_set_f32_nd(
ffi.Pointer<ggml_tensor> tensor,
int i0,
int i1,
int i2,
int i3,
double value,
) {
return _ggml_set_f32_nd(
tensor,
i0,
i1,
i2,
i3,
value,
);
}
void ggml_set_f32_nd(
ffi.Pointer<ggml_tensor> tensor,
int i0,
int i1,
int i2,
int i3,
double value,
) {
return _ggml_set_f32_nd(
tensor,
i0,
i1,
i2,
i3,
value,
);
}