tf.raw_ops.ExperimentalMapDataset

Creates a dataset that applies f to the outputs of input_dataset.

input_datasetA Tensor of type variant.
other_argumentsA list of Tensor objects.
fA function decorated with @Defun.
output_typesA list of tf.DTypes that has length >= 1.
output_shapesA list of shapes (each a tf.TensorShape or list of ints) that has length >= 1.
use_inter_op_parallelismAn optional bool. Defaults to True.
preserve_cardinalityAn optional bool. Defaults to False.
nameA name for the operation (optional).

A Tensor of type variant.