コード例 #1
0
 def __init__(self, presubvertex, postsubvertex, constraints):
     ProjectionPartitionedEdge.__init__(self, presubvertex, postsubvertex,
                                        constraints)
     AbstractFilterableEdge.__init__(self)
コード例 #2
0
 def __init__(self, presubvertex, postsubvertex, constraints):
     ProjectionPartitionedEdge.__init__(self, presubvertex, postsubvertex,
                                        constraints)
     AbstractFilterableEdge.__init__(self)
     self._synapse_delay_rows = None
コード例 #3
0
 def __init__(self, presubvertex, postsubvertex, constraints):
     ProjectionPartitionedEdge.__init__(self, presubvertex, postsubvertex,
                                        constraints)
     AbstractFilterableEdge.__init__(self)
     self._synapse_delay_rows = None