8 references to AreCompatible
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
444
if (TensorShape.
AreCompatible
(destination._shape, _shape, false))
System\Numerics\Tensors\netcore\Tensor.cs (1)
2419
if (!TensorShape.
AreCompatible
(destination._shape, tensor._shape, false))
System\Numerics\Tensors\netcore\TensorOperation.cs (6)
331
if (!TensorShape.
AreCompatible
(x._shape, y._shape, true))
338
if (!TensorShape.
AreCompatible
(destination._shape, x._shape, false))
345
if (TensorShape.
AreCompatible
(x._shape, y._shape, true))
347
if (TensorShape.
AreCompatible
(destination._shape, x._shape, false))
349
if (TensorShape.
AreCompatible
(destination._shape, y._shape, false))
362
if (TensorShape.
AreCompatible
(x._shape, y._shape, true))