ggml_graph_get_tensor: Get Tensor from Graph by Name

View source: R/graph.R

ggml_graph_get_tensorR Documentation

Get Tensor from Graph by Name

Description

Finds a tensor in the computation graph by its name

Usage

ggml_graph_get_tensor(graph, name)

Arguments

graph

Graph object

name

Character string with tensor name

Value

Tensor pointer or NULL if not found


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