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