You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
briancylui
changed the title
Remove any unnecessary Contracts.Assert covered by Span<T> in hardware intrinsics APIs
CpuMath Enhancement: Remove any unnecessary Contracts.Assert covered by Span<T> in hardware intrinsics APIs
Sep 6, 2018
Style changes needed to solve part of #823
Details
src\Microsoft.ML.CpuMath\CpuMathUtils.netcoreapp.cs
,Span<T>
might already do the checks (Contracts.Assert
) in the public functions. Reference:machinelearning/src/Microsoft.ML.CpuMath/CpuMathUtils.netcoreapp.cs
Lines 237 to 245 in e443e2a
The text was updated successfully, but these errors were encountered: