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