ggml_sqrt_inplace method
Implementation
ffi.Pointer<ggml_tensor> ggml_sqrt_inplace(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
) {
return _ggml_sqrt_inplace(
ctx,
a,
);
}
ffi.Pointer<ggml_tensor> ggml_sqrt_inplace(
ffi.Pointer<ggml_context> ctx,
ffi.Pointer<ggml_tensor> a,
) {
return _ggml_sqrt_inplace(
ctx,
a,
);
}