benign __init__.py change which couldn't be reverted

This commit is contained in:
Clemens Marschner 2016-05-04 13:59:34 +02:00
Родитель 0f336ce818
Коммит 44b0a58b4e
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -610,7 +610,7 @@ def input_numpy(value, alias=None, dynamic_axis='', name=None):
Args:
value (list): list of tensors potentially having sequences of different lengths.
alias (str): alias to be used in the data file
dynamic_axis (str): whether the tensor has already the data
dynamic_axis (str): whether the tensor has already the data
alias (str): optional the alias to be used when serializing the data into an intermediate file
Returns:
:class:`cntk.graph.ComputationNode`