def _transmit(self, ctx): if ctx.trace is not None: array.softmax(ctx.trace.odata, ctx.src) if ctx.dst is not None: array.copy(ctx.dst, ctx.trace.odata) else: Softmax._transmit(self, ctx)
def _transmit(self, ctx): array.softmax(ctx.dst, ctx.src)