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

Class Parameters

mlx/data/op/ImageTransform.h:86–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84 int64_t h_;
85
86 struct Parameters {
87 int64_t tx;
88 int64_t ty;
89 int64_t tw;
90 int64_t th;
91 };
92
93 Parameters generate_random_crop_(int64_t w, int64_t h) const;
94};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected