tf.data.experimental.MapVectorizationOptions

Represents options for the MapVectorization optimization.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.data.experimental.MapVectorizationOptions

enabled Whether to vectorize map transformations. If None, defaults to False.
use_choose_fastest Whether to use ChooseFastestBranchDataset with this transformation. If True, the pipeline picks between the vectorized and original segment at runtime based on their iterations speed. If None, defaults to False.

Methods

__eq__

View source

Return self==value.

__ne__

View source

Return self!=value.