Learn R Programming

ggmlR (version 0.6.1)

ggml_tensor_copy: Copy Tensor Data

Description

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

Usage

ggml_tensor_copy(dst, src)

Value

NULL (invisible)

Arguments

dst

Destination tensor

src

Source tensor