aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_RepeatDataset.pbtxt
blob: fc6169cd32f1671000a9cb96209059d062c00db8 (plain)
1
2
3
4
5
6
7
8
9
10
11
op {
  graph_op_name: "RepeatDataset"
  in_arg {
    name: "count"
    description: <<END
A scalar representing the number of times that `input_dataset` should
be repeated. A value of `-1` indicates that it should be repeated infinitely.
END
  }
  summary: "Creates a dataset that emits the outputs of `input_dataset` `count` times."
}