Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx-data
/ apply
Method
apply
mlx/data/op/SampleTransform.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
: op_(op) {}
11
12
Sample SampleTransform::apply(const Sample& sample) const {
13
return op_(sample);
14
}
15
16
} // namespace op
17
} // namespace data
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected