Exemple #1
0
 def LayerSetup(self, bottom):
     return _ops.Accuracy(bottom, **self.arguments)
Exemple #2
0
 def Setup(self, bottom):
     super(AccuracyLayer, self).Setup(bottom)
     return ops.Accuracy(bottom, **self._param)