Example #1
0
 def LayerSetup(self, bottom):
     return _ops.Proposal(bottom, **self.arguments)
Example #2
0
 def Setup(self, bottom):
     super(ProposalLayer, self).Setup(bottom)
     return ops.Proposal(bottom, **self._param)