projects
/
platform
/
upstream
/
tensorflow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cd562c
)
spelling fix (#17911)
author
cbockman
<c.bockman@gmail.com>
Thu, 22 Mar 2018 13:42:39 +0000
(06:42 -0700)
committer
Shanqing Cai
<cais@google.com>
Thu, 22 Mar 2018 13:42:39 +0000
(09:42 -0400)
tensorflow/contrib/data/python/ops/grouping.py
patch
|
blob
|
history
diff --git
a/tensorflow/contrib/data/python/ops/grouping.py
b/tensorflow/contrib/data/python/ops/grouping.py
index
a19be22
..
ae10d2e
100644
(file)
--- a/
tensorflow/contrib/data/python/ops/grouping.py
+++ b/
tensorflow/contrib/data/python/ops/grouping.py
@@
-42,7
+42,7
@@
def group_by_window(key_func,
This transformation maps each consecutive element in a dataset to a key
using `key_func` and groups the elements by key. It then applies
`reduce_func` to at most `window_size_func(key)` elements matching the same
- key. All ex
ec
pt the final window for each key will contain
+ key. All ex
ce
pt the final window for each key will contain
`window_size_func(key)` elements; the final window may be smaller.
You may provide either a constant `window_size` or a window size determined by