예제 #1
0
파일: common.py 프로젝트: yyaqi/Dragon
 def LayerSetup(self, bottom):
     return _ops.Accuracy(bottom, **self.arguments)
예제 #2
0
 def Setup(self, bottom):
     super(AccuracyLayer, self).Setup(bottom)
     return ops.Accuracy(bottom, **self._param)