COMMITS
/ extension/data_loader/file_data_loader.cpp May 9, 2025
L
Use std::align_alloc in file_data_loader
lucylq committed
April 15, 2025
J
Add error message for empty string in filedataloader.
Jacob Szwejbka committed
March 5, 2025
S
[Windows] [file_data_loader.cpp] Add compat_unistd.h (#8913)
Sam Gondelman committed
November 6, 2024
D
[data loader] move logic for FD data loader out of file_data_loader (#6682)
David Lin committed
November 5, 2024
D
Fix broken apple tests
David Lin committed
November 4, 2024
D
[AOSP] add file descriptor support to file_data_loader (#6611)
David Lin committed
August 22, 2024
D
[executorch] Migrate most of extension/... to new namespace
Dave Bort committed
August 21, 2024
A
Use pread() in FileDataLoader.
Anthony Shoumikhin committed
August 20, 2024
D
Remove underscore prefixes from compiler.h macros
Dave Bort committed
August 16, 2024
A
Mark thread-safe methods of DataLoader as const.
Anthony Shoumikhin committed
August 12, 2024
J
Implement load_into for file data loader
Jacob Szwejbka committed
July 29, 2024
G
FileDataLoader fails to read the file when size > INT32_MAX (#4435)
Gyanendra Sinha committed
July 18, 2024
J
Migrate all DataLoader::Load callsites (#4291)
Jack Zhang committed
February 16, 2024
D
FileDataLoader calls read() in a loop (#1978)
Dave Bort committed
September 18, 2023
D
Rename FileDataLoader::From to ::from (#381)
Dave Bort committed
July 31, 2023
F
Initial commit
facebook-github-bot committed