aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_ParallelInterleaveDatasetV2.pbtxt
blob: 27bc4013c39b075c00e0d39fe243d98069dda535 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
op {
  graph_op_name: "ParallelInterleaveDatasetV2"
  visibility: HIDDEN
  attr {
    name: "f"
    description: <<END
A function mapping elements of `input_dataset`, concatenated with
`other_arguments`, to a Dataset variant that contains elements matching
`output_types` and `output_shapes`.
END
  }
  summary: "Creates a dataset that applies `f` to the outputs of `input_dataset`."
}