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

Function info

mlx/data/core/image/ImageIO.cpp:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26ImageInfo info(const std::string& path) {
27 return info_stbi(path);
28}
29
30ImageInfo info(const std::shared_ptr<const Array>& contents) {
31 return info_stbi(contents);

Callers

nothing calls this directly

Calls 1

info_stbiFunction · 0.85

Tested by

no test coverage detected