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

Function function_block

Compiler/library.py:738–739  ·  view source on GitHub ↗
(function)

Source from the content-addressed store, hash-verified

736 return get_tape()
737
738def function_block(function):
739 return FunctionBlock(function)
740
741def function_block_with_compile_args(*args):
742 def wrapper(function):

Callers 1

create_round_fnFunction · 0.85

Calls 1

FunctionBlockClass · 0.85

Tested by

no test coverage detected