2 references to AreLengthsTheSame
System.Numerics.Tensors (2)
System\Numerics\Tensors\netcore\Tensor.cs (1)
241if (!TensorShape.AreLengthsTheSame(destination.Lengths, lengths))
System\Numerics\Tensors\netcore\TensorShape.cs (1)
747return AreLengthsTheSame(shape1.Lengths, shape2.Lengths);