Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ values
Method
values
detrsmpl/core/conventions/segmentation/__init__.py:28–29 ·
view source on GitHub ↗
(self, )
Source
from the content-addressed store, hash-verified
26
return
self.DICT.keys()
27
28
def
values(self, ):
29
return
[self.__getitem__(key)
for
key in self.keys()]
30
31
def
__len__(self, ):
32
return
self.len
Callers
6
_allreduce_coalesced
Function · 0.45
build_optimizers
Function · 0.45
train_step
Method · 0.45
forward_test
Method · 0.45
train_step
Method · 0.45
__getitem__
Method · 0.45
Calls
2
__getitem__
Method · 0.95
keys
Method · 0.95
Tested by
no test coverage detected