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

Method Transform

mlx/data/buffer/Transform.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace buffer {
10
11Transform::Transform(
12 const std::shared_ptr<Buffer>& od,
13 const std::shared_ptr<op::Op>& op)
14 : od_(od), ops_({op}) {};
15
16Transform::Transform(
17 const std::shared_ptr<Buffer>& od,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected