Commit 18f7acc
authored
Introduce VBuffer GetValues and GetIndices (#1536)
* Introduce VBuffer GetValues and GetIndices
Use the new methods in place of Count and Values/Indices in as many readonly situations as possible.
Working towards #608
Update the rest of the BinaryWriter utils to use Span.1 parent d3b70b5 commit 18f7acc
File tree
59 files changed
+596
-692
lines changed- src
- Microsoft.ML.Core
- Data
- Utilities
- Microsoft.ML.Data
- DataLoadSave/Binary
- DataView
- Data
- Depricated/Instances
- Evaluators
- Prediction
- Training
- Transforms
- Utils
- Microsoft.ML.Ensemble
- Trainer
- Microsoft.ML.FastTree
- TreeEnsemble
- Microsoft.ML.HalLearners
- Microsoft.ML.ImageAnalytics
- Microsoft.ML.KMeansClustering
- Microsoft.ML.Legacy/Models
- Microsoft.ML.LightGBM
- Microsoft.ML.PCA
- Microsoft.ML.PipelineInference
- Microsoft.ML.Recommender
- Microsoft.ML.StandardLearners
- FactorizationMachine
- Optimizer
- Standard
- LogisticRegression
- MultiClass
- Online
- Microsoft.ML.TensorFlow
- TensorFlow
- Microsoft.ML.TimeSeries
- Microsoft.ML.Transforms
- Text
- test
- Microsoft.ML.Core.Tests/UnitTests
- Microsoft.ML.Predictor.Tests
- Microsoft.ML.TestFramework
- DataPipe
- Microsoft.ML.Tests
- Transformers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
59 files changed
+596
-692
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
41 | 58 | | |
42 | 59 | | |
43 | 60 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
317 | | - | |
| 317 | + | |
318 | 318 | | |
319 | | - | |
320 | | - | |
| 319 | + | |
321 | 320 | | |
322 | | - | |
323 | 321 | | |
324 | 322 | | |
325 | 323 | | |
326 | 324 | | |
327 | 325 | | |
328 | 326 | | |
329 | | - | |
| 327 | + | |
330 | 328 | | |
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
334 | 332 | | |
335 | 333 | | |
336 | 334 | | |
337 | | - | |
| 335 | + | |
338 | 336 | | |
339 | | - | |
| 337 | + | |
340 | 338 | | |
341 | 339 | | |
342 | 340 | | |
343 | | - | |
| 341 | + | |
344 | 342 | | |
345 | | - | |
| 343 | + | |
| 344 | + | |
346 | 345 | | |
347 | 346 | | |
348 | | - | |
| 347 | + | |
349 | 348 | | |
350 | 349 | | |
351 | 350 | | |
| |||
354 | 353 | | |
355 | 354 | | |
356 | 355 | | |
357 | | - | |
| 356 | + | |
358 | 357 | | |
359 | 358 | | |
360 | 359 | | |
361 | 360 | | |
362 | 361 | | |
363 | | - | |
| 362 | + | |
364 | 363 | | |
365 | | - | |
| 364 | + | |
366 | 365 | | |
367 | 366 | | |
368 | | - | |
| 367 | + | |
369 | 368 | | |
370 | 369 | | |
371 | | - | |
| 370 | + | |
372 | 371 | | |
373 | 372 | | |
374 | | - | |
| 373 | + | |
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| |||
0 commit comments