ggml_are_same_shape: Compare Tensor Shapes

View source: R/operations.R

ggml_are_same_shapeR Documentation

Compare Tensor Shapes

Description

Checks if two tensors have the same shape.

Usage

ggml_are_same_shape(a, b)

Arguments

a

First tensor

b

Second tensor

Value

TRUE if shapes are identical, FALSE otherwise


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