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