MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / output

Function output

Scripts/memory-usage.py:46–52  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

44regout = lambda regs: dict((reverse_formats[t], n) for t, n in regs.items())
45
46def output(data):
47 for t, n in data.items():
48 if n:
49 try:
50 print('%10d %s' % (n, ArgFormats[t.removesuffix('w')].name))
51 except:
52 pass
53
54total = 0
55for x in res, regs:

Callers 1

memory-usage.pyFile · 0.70

Calls 1

printFunction · 0.85

Tested by

no test coverage detected