8 references to IsBroadcastableTo
System.Numerics.Tensors (8)
System\Numerics\Tensors\netcore\TensorExtensions.cs (7)
151
if (!TensorHelpers.
IsBroadcastableTo
(input.Lengths, shape))
194
if (!TensorHelpers.
IsBroadcastableTo
(input.Lengths, shape))
237
if (!TensorHelpers.
IsBroadcastableTo
(input.Lengths, lengths))
3165
if (!TensorHelpers.
IsBroadcastableTo
(values.Lengths, tensor.Lengths))
3175
if (!TensorHelpers.
IsBroadcastableTo
(values.Lengths, srcSpan.Lengths))
3661
if (!TensorHelpers.
IsBroadcastableTo
(tensor.Lengths, destination.Lengths))
6838
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);