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

Method ImageRandomCrop

mlx/data/op/ImageTransform.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128ImageRandomCrop::ImageRandomCrop(
129 const std::string& ikey,
130 int64_t w,
131 int64_t h,
132 const std::string& okey)
133 : ImageTransformOp(ikey, okey), w_(w), h_(h) {};
134
135ImageRandomCrop::Parameters ImageRandomCrop::generate_random_crop_(
136 int64_t w,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected