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