MCPcopy 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_kwargsFunction · 0.80
convertFunction · 0.80
filterMethod · 0.80
catMethod · 0.80
to_numpyMethod · 0.80
load_adapterFunction · 0.80
sanitizeMethod · 0.80
load_flow_modelFunction · 0.80
load_aeFunction · 0.80
load_clipFunction · 0.80
load_t5Function · 0.80
save_configFunction · 0.80

Calls

no outgoing calls

Tested by 2

check_segmentMethod · 0.64
check_wordsMethod · 0.64