Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
26
ImageInfo info(const std::string& path) {
27
return info_stbi(path);
28
}
29
30
ImageInfo info(const std::shared_ptr<const Array>& contents) {
31
return info_stbi(contents);
Callers
nothing calls this directly
Calls
1
info_stbi
Function · 0.85
Tested by
no test coverage detected