Open
Description
Style changes needed to solve part of #823
Details
- In
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