예제 #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