MCPcopy Create free account
hub / github.com/ml-explore/mlx-data / stream_line_reader

Function stream_line_reader

mlx/data/Stream.cpp:183–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181}
182
183Stream stream_line_reader(
184 const std::string& filename,
185 const std::string& key,
186 bool unzip,
187 const std::filesystem::path& local_prefix,
188 std::shared_ptr<core::FileFetcher> fetcher) {
189 return Stream(std::make_shared<stream::LineReader>(
190 filename, key, unzip, local_prefix, fetcher));
191}
192
193Stream stream_line_reader(
194 const std::shared_ptr<std::istream>& f,

Callers 1

init_mlx_data_streamFunction · 0.85

Calls 1

StreamClass · 0.70

Tested by

no test coverage detected