Learn R Programming

ggmlR (version 0.6.1)

ggml_are_same_shape: Compare Tensor Shapes

Description

Checks if two tensors have the same shape.

Usage

ggml_are_same_shape(a, b)

Value

TRUE if shapes are identical, FALSE otherwise

Arguments

a

First tensor

b

Second tensor