Update generated Python Op docs.

Change: 143784180
This commit is contained in:
A. Unique TensorFlower 2017-01-06 09:52:19 -08:00 committed by TensorFlower Gardener
parent 032311528c
commit a3932aa4a3
2 changed files with 4 additions and 2 deletions

View File

@ -70,7 +70,8 @@ Note: if `num_epochs` is not `None`, this function creates local counter
##### Returns:
A list or dictionary of tensors with the same types as `tensors`.
A list or dictionary of tensors with the same types as `tensors` (except if
the input is a list of one element, then it returns a tensor, not a list).
##### Raises:

View File

@ -3176,7 +3176,8 @@ Note: if `num_epochs` is not `None`, this function creates local counter
##### Returns:
A list or dictionary of tensors with the same types as `tensors`.
A list or dictionary of tensors with the same types as `tensors` (except if
the input is a list of one element, then it returns a tensor, not a list).
##### Raises: