ggml_norm_inplace method
      
Pointer<ggml_tensor> 
ggml_norm_inplace(
    
- Pointer<ggml_context> ctx,
- Pointer<ggml_tensor> a,
- double eps
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
Implementation
ffi.Pointer<ggml_tensor> ggml_norm_inplace(
  ffi.Pointer<ggml_context> ctx,
  ffi.Pointer<ggml_tensor> a,
  double eps,
) {
  return _ggml_norm_inplace(ctx, a, eps);
}