Skip to content

Update the benchmarks #50

Update the benchmarks

Update the benchmarks #50

Triggered via push February 16, 2024 11:57
Status Success
Total duration 39s
Artifacts

dotnet.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: src/NetFabric.Numerics.Tensors/Aggregate2D.cs#L9
XML comment has a typeparam tag for 'TOperator', but there is no type parameter by that name
build: src/NetFabric.Numerics.Tensors/Aggregate2D.cs#L12
Type parameter 'TAggregateOperator' has no matching typeparam tag in the XML comment on 'Tensor.Aggregate2D<T, TAggregateOperator>(ReadOnlySpan<T>)' (but other type parameters do)
build: src/NetFabric.Numerics.Tensors/ApplyTernary.cs#L858
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/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>)'
build: src/NetFabric.Numerics.Tensors/Operations/Addition.cs#L25
Missing XML comment for publicly visible type or member 'TensorOperations.CheckedAdd<T>(ReadOnlySpan<T>, (T, T), Span<T>)'