Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ml-explore/mlx-examples
/ items
Method
items
segment_anything/segment_anything/utils/amg.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
return
self._stats[key]
34
35
def
items(self) -> ItemsView[str, Any]:
36
return
self._stats.items()
37
38
def
filter(self, keep: mx.array) -> None:
39
if
keep.dtype == mx.bool_:
Callers
15
get_amg_kwargs
Function · 0.80
convert
Function · 0.80
filter
Method · 0.80
cat
Method · 0.80
to_numpy
Method · 0.80
load_adapter
Function · 0.80
sanitize
Method · 0.80
load_flow_model
Function · 0.80
load_ae
Function · 0.80
load_clip
Function · 0.80
load_t5
Function · 0.80
save_config
Function · 0.80
Calls
no outgoing calls
Tested by
2
check_segment
Method · 0.64
check_words
Method · 0.64