Release 3.1.0 #54
Annotations
10 warnings
build:
src/NetFabric.Numerics.Tensors/ApplyTernary.cs#L877
Type parameter 'T3' has no matching typeparam tag in the XML comment on 'Tensor.Apply<T1, T2, T3, TResult, TOperator>(ReadOnlySpan<T1>, (T2, T2), (T3, T3), Span<TResult>)' (but other type parameters do)
|
build:
src/NetFabric.Numerics.Tensors/IndexOfPredicateBinary.cs#L5
Missing XML comment for publicly visible type or member 'Tensor.IndexOfPredicate<T, TPredicateOperator>(ReadOnlySpan<T>, T)'
|
build:
src/NetFabric.Numerics.Tensors/IndexOfPredicateTernary.cs#L5
Missing XML comment for publicly visible type or member 'Tensor.IndexOfPredicate<T, TPredicateOperator>(ReadOnlySpan<T>, T, T)'
|
build:
src/NetFabric.Numerics.Tensors/IndexOfPredicateUnary.cs#L5
Missing XML comment for publicly visible type or member 'Tensor.IndexOfPredicate<T, TPredicateOperator>(ReadOnlySpan<T>)'
|
build:
src/NetFabric.Numerics.Tensors/Operations/Abs.cs#L5
Missing XML comment for publicly visible type or member 'TensorOperations.Abs<T>(ReadOnlySpan<T>, Span<T>)'
|
build:
src/NetFabric.Numerics.Tensors/Operations/Addition.cs#L5
Missing XML comment for publicly visible type or member 'TensorOperations.Add<T>(ReadOnlySpan<T>, T, Span<T>)'
|
build:
src/NetFabric.Numerics.Tensors/Operations/Addition.cs#L9
Missing XML comment for publicly visible type or member 'TensorOperations.Add<T>(ReadOnlySpan<T>, (T, T), Span<T>)'
|
build:
src/NetFabric.Numerics.Tensors/Operations/Addition.cs#L13
Missing XML comment for publicly visible type or member 'TensorOperations.Add<T>(ReadOnlySpan<T>, (T, T, T), Span<T>)'
|
build:
src/NetFabric.Numerics.Tensors/Operations/Addition.cs#L17
Missing XML comment for publicly visible type or member 'TensorOperations.Add<T>(ReadOnlySpan<T>, ReadOnlySpan<T>, Span<T>)'
|
build:
src/NetFabric.Numerics.Tensors/Operations/Addition.cs#L21
Missing XML comment for publicly visible type or member 'TensorOperations.CheckedAdd<T>(ReadOnlySpan<T>, T, Span<T>)'
|