示例#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)