Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ml-explore/mlx
/ compile_cache_empty
Function
compile_cache_empty
mlx/compile.cpp:1200–1202 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1198
}
1199
1200
bool compile_cache_empty() {
1201
return detail::compiler_cache().empty();
1202
}
1203
1204
} // namespace detail
1205
Callers
1
~ThreadCleanup
Method · 0.85
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected