aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_ExperimentalDirectedInterleaveDataset.pbtxt
blob: ac1f9719fe42e995ff6dc4d6d367c6509bc3d059 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
op {
  graph_op_name: "ExperimentalDirectedInterleaveDataset"
  in_arg {
    name: "selector_input_dataset"
    description: <<END
A dataset of scalar `DT_INT64` elements that determines which of the
`N` data inputs should produce the next output element.
END
  }
  in_arg {
    name: "data_input_datasets"
    description: <<END
`N` datasets with the same type that will be interleaved according to
the values of `selector_input_dataset`.
END
  }
  summary: <<END
A substitute for `InterleaveDataset` on a fixed list of `N` datasets.
END
  visibility: HIDDEN
}