aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_WindowDataset.pbtxt
blob: 1bc3660479a291fbbf1cce9f00b1971093ccc8ce (plain)
1
2
3
4
5
6
7
8
9
10
11
op {
  visibility: HIDDEN
  graph_op_name: "WindowDataset"
  in_arg {
    name: "window_size"
    description: <<END
A scalar representing the number of elements to accumulate in a window.
END
  }
  summary: "A dataset that creates window datasets from the input dataset."
}