aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_SlideDataset.pbtxt
blob: c80ee77f736eef301053729ddebd75545f8dae60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
op {
  graph_op_name: "SlideDataset"
  in_arg {
    name: "window_size"
    description: <<END
A scalar representing the number of elements in the
sliding window.
END
  }
  in_arg {
    name: "stride"
    description: <<END
A scalar representing the steps moving the sliding window
forward in one iteration. It must be positive.
END
  }
  summary: "Creates a dataset that passes a sliding window over `input_dataset`."
}