def LayerSetup(self, bottom): return _ops.Accuracy(bottom, **self.arguments)
def Setup(self, bottom): super(AccuracyLayer, self).Setup(bottom) return ops.Accuracy(bottom, **self._param)