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