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