ggml_nbytes method

int ggml_nbytes(
  1. Pointer<ggml_tensor> tensor
)

Implementation

int ggml_nbytes(
  ffi.Pointer<ggml_tensor> tensor,
) {
  return _ggml_nbytes(
    tensor,
  );
}