Beispiel #1
0
 def fprop(self):
     ca.tanh(self.x.out, self.out)
Beispiel #2
0
 def fprop(self):
     ca.tanh(self.x.array, self.array)
Beispiel #3
0
 def fprop(self):
     ca.tanh(self.x.array, self.array)
Beispiel #4
0
 def fprop(self, x):
     self._tmp_x = x
     return ca.tanh(x)
Beispiel #5
0
 def fprop(self, x):
     self._tmp_x = x
     return ca.tanh(x)
Beispiel #6
0
 def fprop(self):
     ca.tanh(self.x.out, self.out)