ggml_backend_tensor_get_and_sync: Backend Tensor Get and Sync

View source: R/operations.R

ggml_backend_tensor_get_and_syncR Documentation

Backend Tensor Get and Sync

Description

Gets tensor data from a backend with synchronization.

Usage

ggml_backend_tensor_get_and_sync(backend, tensor, offset = 0, size)

Arguments

backend

Backend pointer (or NULL for CPU)

tensor

Tensor pointer

offset

Byte offset (default 0)

size

Number of bytes to read

Value

Raw vector with tensor data


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