Learn R Programming

ggmlR (version 0.6.1)

ggml_dup_inplace: 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)

Value

View of tensor a

Arguments

ctx

GGML context

a

Input tensor