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

Method max_par_tapes

Compiler/program.py:290–293  ·  view source on GitHub ↗

Upper bound on number of tapes that will be run in parallel. (Excludes empty tapes)

(self)

Source from the content-addressed store, hash-verified

288 return self.args
289
290 def max_par_tapes(self):
291 """Upper bound on number of tapes that will be run in parallel.
292 (Excludes empty tapes)"""
293 return self.n_threads
294
295 def init_names(self, args):
296 self.programs_dir = "Programs"

Callers 1

write_bytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected