Upgrade dependencies #177
Annotations
10 warnings
build:
src/NetFabric.Numerics.Tensors/Add.cs#L5
Missing XML comment for publicly visible type or member 'Tensor'
|
build:
src/NetFabric.Numerics.Tensors/Apply.cs#L12
Missing XML comment for publicly visible type or member 'Tensor.Apply<T, TOperation>(ReadOnlySpan<T>, ref TOperation)'
|
build:
src/NetFabric.Numerics.Tensors/Apply.cs#L44
Missing XML comment for publicly visible type or member 'Tensor.Apply2D<T, TOperation>(ReadOnlySpan<T>, ref TOperation)'
|
build:
src/NetFabric.Numerics.Tensors/Apply.cs#L81
Missing XML comment for publicly visible type or member 'Tensor.Apply<T, TOperation>(ReadOnlySpan<T>, Span<T>, ref TOperation)'
|
build:
src/NetFabric.Numerics.Tensors/Apply.cs#L129
Missing XML comment for publicly visible type or member 'Tensor.Apply2D<T, TOperation>(ReadOnlySpan<T>, Span<T>, ref TOperation)'
|
build:
src/NetFabric.Numerics.Tensors/Apply.cs#L181
Missing XML comment for publicly visible type or member 'Tensor.Apply<T, TOperation>(ReadOnlySpan<T>, ReadOnlySpan<T>, Span<T>, ref TOperation)'
|
build:
src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L3
Missing XML comment for publicly visible type or member 'IUnaryTensorOperation<T>'
|
build:
src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L5
Missing XML comment for publicly visible type or member 'IUnaryTensorOperation<T>.Apply(ref readonly T)'
|
build:
src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L6
Missing XML comment for publicly visible type or member 'IUnaryTensorOperation<T>.Apply(ref readonly Vector<T>)'
|
build:
src/NetFabric.Numerics.Tensors/ITensorOperation.cs#L9
Missing XML comment for publicly visible type or member 'IUnary2DTensorOperation<T>'
|