NDArray::equal
public static function equal(NDArray|array|float|int $a, NDArray|array|float|int $b): NDArray;
Performs an element-wise equality comparison between two arrays and returns a new array of the same shape. The result will be 1 where the elements are equal and 0 where they are not.
Notes
tip
GPU SUPPORTED
This operation is supported by GPU (VRAM) and contains a custom CUDA kernel.