Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/AiOS
/ decompose
Method
decompose
util/misc.py:431–432 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
429
return
self.tensors.device
430
431
def
decompose(self):
432
return
self.tensors, self.mask
433
434
def
__repr__(self):
435
return
str(self.tensors)
Callers
2
forward
Method · 0.80
forward
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected