ggml_tensor_copy: Copy Tensor Data

View source: R/operations.R

ggml_tensor_copyR Documentation

Copy Tensor Data

Description

Copies raw data from src tensor to dst tensor (must be same size).

Usage

ggml_tensor_copy(dst, src)

Arguments

dst

Destination tensor

src

Source tensor

Value

NULL (invisible)


ggmlR documentation built on July 14, 2026, 1:08 a.m.