Learn R Programming

ggmlR (version 0.6.1)

ggml_graph_get_tensor: Get Tensor from Graph by Name

Description

Finds a tensor in the computation graph by its name

Usage

ggml_graph_get_tensor(graph, name)

Value

Tensor pointer or NULL if not found

Arguments

graph

Graph object

name

Character string with tensor name