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