3 references to GetBase
Microsoft.ML.CpuMath (3)
AvxIntrinsics.cs (1)
66
float* alignedBase = unalignedBase + alignedArray.
GetBase
((long)unalignedBase);
FactorizationMachine\FactorizationMachineInterface.cs (1)
26
float* q = p + a.
GetBase
((long)p);
SseIntrinsics.cs (1)
61
float* alignedBase = unalignedBase + alignedArray.
GetBase
((long)unalignedBase);