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