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

Method LoadFile

mlx/data/op/LoadFile.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace data {
9namespace op {
10LoadFile::LoadFile(
11 const std::string& ikey,
12 const std::filesystem::path& prefix,
13 const std::string& okey)
14 : KeyTransformOp(ikey, okey), prefix_(prefix) {}
15
16std::shared_ptr<Array> LoadFile::apply_key(
17 const std::shared_ptr<const Array>& src) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected