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

Method get_offline_data_used

Processor/BaseMachine.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43DataPositions BaseMachine::get_offline_data_used()
44{
45 if (program)
46 return program->get_offline_data_used();
47 else
48 return s().progs[0].get_offline_data_used();
49}
50
51int BaseMachine::edabit_bucket_size(int n_bits)
52{

Callers 6

generateMethod · 0.45
fill_buffersMethod · 0.45
fill_matmulMethod · 0.45
run_tapeMethod · 0.45
runMethod · 0.45
OfflineMachineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected