예제 #1
0
	def _backprop(self, ctx):
		array.add(ctx.src, ctx.dsts[0], ctx.dsts[1])
예제 #2
0
	def _transmit(self, ctx):
		array.add(ctx.dst, ctx.srcs[0], ctx.srcs[1])
예제 #3
0
	def _transmit(self, ctx):
		array.add(ctx.dst, ctx.src, ctx.state.data)