예제 #1
0
	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)
예제 #2
0
	def _transmit(self, ctx):
		array.softmax(ctx.dst, ctx.src)