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

Method to_buffer

mlx/data/Stream.cpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152Buffer Stream::to_buffer() {
153 return Buffer(std::make_shared<buffer::FromStream>(self_));
154}
155
156Stream stream_csv_reader(
157 const std::string& filename,

Callers 1

load_librispeechFunction · 0.80

Calls 1

BufferClass · 0.70

Tested by

no test coverage detected