OpenMined / SwiftSyft

The official Syft worker for iOS, built in Swift
Apache License 2.0
50 stars 17 forks source link

Added LazyDataLoader Functionality #197

Closed rohithpudari closed 3 years ago

rohithpudari commented 4 years ago

Description

Affected Dependencies

None

How has this been tested?

LazyDataLoaderTests added. (more tests to be added after libtorch support for cpu devices)

Checklist

codecov[bot] commented 4 years ago

Codecov Report

Merging #197 (8086fec) into dev (d5db664) will decrease coverage by 0.54%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #197      +/-   ##
==========================================
- Coverage   46.02%   45.48%   -0.55%     
==========================================
  Files          21       22       +1     
  Lines        2351     2379      +28     
==========================================
  Hits         1082     1082              
- Misses       1269     1297      +28     
Impacted Files Coverage Δ
SwiftSyft/Classes/LazyDataLoader.swift 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d5db664...8086fec. Read the comment docs.

rohithpudari commented 4 years ago

@mjjimenez yes, removed LazyRandomIterator and used default Sequence iterator