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

Method Array

Compiler/types.py:6757–6759  ·  view source on GitHub ↗
(self, size)

Source from the content-addressed store, hash-verified

6755 return Matrix(self.length, 1, self.value_type, address=self.address)
6756
6757 def Array(self, size):
6758 # compatibility with registers
6759 return Array(size, self.value_type)
6760
6761 def output_if(self, cond):
6762 library.print_str_if(cond, '%s', self.get_vector())

Callers 15

GroupPrefixSumFunction · 0.45
GroupMaxFunction · 0.45
GlobalTestSelectionMethod · 0.45
__init__Method · 0.45
test_decision_treeFunction · 0.45
predictMethod · 0.45
batch_initMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
gen_bit_permFunction · 0.45

Calls 1

ArrayClass · 0.85

Tested by 1

test_decision_treeFunction · 0.36