This commit is contained in:
jeanfad 2016-04-07 17:33:39 +02:00
Родитель ff977a44f6
Коммит 0704fd0e38
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -8,7 +8,7 @@
Linear algebra operations
"""
from cntk.ops.cntk1 import Times, Plus
from cntk.ops.cntk1 import Times, Plus, ElementDivide
def plus(left_operand, right_operand, name=None):
"""