Fix build

This commit is contained in:
fchollet 2016-04-24 22:18:02 -07:00
parent 6fb4e0e441
commit 18841fa58d
2 changed files with 2 additions and 2 deletions

@ -430,7 +430,7 @@ def sin(x):
return tf.sin(x)
def cos(x)
def cos(x):
'''Computes cos of x element-wise.
'''
return tf.cos(x)

@ -269,7 +269,7 @@ def sin(x):
return T.sin(x)
def cos(x)
def cos(x):
return T.cos(x)