Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/Cream
/ write
Method
write
TinyViT/data/augmentation/manager.py:15–17 ·
view source on GitHub ↗
(self, key: str, value: bytes)
Source
from the content-addressed store, hash-verified
13
self.worker.start()
14
15
def
write(self, key: str, value: bytes) -> bool:
16
self.msg_queue.put((key, value))
17
return
True
18
19
class
_WORKER_MSG:
20
KILL = 4
Callers
15
main
Function · 0.45
main
Function · 0.45
update
Method · 0.45
summarize
Method · 0.45
save_logits_one_epoch
Function · 0.45
save_logits.py
File · 0.45
main.py
File · 0.45
_async_manager_worker_fn
Method · 0.45
write
Method · 0.45
generate_subImageNet.py
File · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
put
Method · 0.80
Tested by
3
run
Method · 0.36
main
Function · 0.36
main
Function · 0.36