MCPcopy Create free account
hub / github.com/ml-explore/mlx / ~ParallelFileReader

Method ~ParallelFileReader

mlx/io/load.h:65–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 label_(std::move(file_path)) {}
64
65 ~ParallelFileReader() override {
66 close(fd_);
67 }
68
69 bool is_open() const override {
70 return fd_ > 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected