ggml_get_i32_nd: Get Single Int32 Value by N-D Index

View source: R/operations.R

ggml_get_i32_ndR Documentation

Get Single Int32 Value by N-D Index

Description

Gets a single i32 value from the tensor at position [i0, i1, i2, i3].

Usage

ggml_get_i32_nd(tensor, i0, i1 = 0, i2 = 0, i3 = 0)

Arguments

tensor

Tensor pointer

i0, i1, i2, i3

Indices (0-based)

Value

Integer value


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