コード例 #1
0
ファイル: mixer.py プロジェクト: nthend/pynnss-experiments
	def _backprop(self, ctx):
		array.add(ctx.src, ctx.dsts[0], ctx.dsts[1])
コード例 #2
0
ファイル: mixer.py プロジェクト: nthend/pynnss-experiments
	def _transmit(self, ctx):
		array.add(ctx.dst, ctx.srcs[0], ctx.srcs[1])
コード例 #3
0
ファイル: vector.py プロジェクト: nthend/pynnss-experiments
	def _transmit(self, ctx):
		array.add(ctx.dst, ctx.src, ctx.state.data)