8 references to IsBroadcastableTo
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorExtensions.cs (7)
137
if (!TensorHelpers.
IsBroadcastableTo
(input.Lengths, shape))
180
if (!TensorHelpers.
IsBroadcastableTo
(input.Lengths, shape))
223
if (!TensorHelpers.
IsBroadcastableTo
(input.Lengths, lengths))
3151
if (!TensorHelpers.
IsBroadcastableTo
(values.Lengths, tensor.Lengths))
3161
if (!TensorHelpers.
IsBroadcastableTo
(values.Lengths, srcSpan.Lengths))
3617
if (!TensorHelpers.
IsBroadcastableTo
(tensor.Lengths, destination.Lengths))
6833
if (!TensorHelpers.
IsBroadcastableTo
(shape1, shape2))
System\Numerics\Tensors\netcore\TensorHelpers.cs (1)
32
where T : IEquatable<T>, IEqualityOperators<T, T, bool> =>
IsBroadcastableTo
(tensor1.Lengths, tensor2.Lengths);