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