ggml_dup_inplace: Duplicate Tensor In-place (Graph)

View source: R/operations.R

ggml_dup_inplaceR Documentation

Duplicate Tensor In-place (Graph)

Description

Creates a graph node for in-place tensor duplication. Returns a view of the input tensor.

Usage

ggml_dup_inplace(ctx, a)

Arguments

ctx

GGML context

a

Input tensor

Value

View of tensor a


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