tf.data.experimental.MapVectorizationOptions

View source on GitHub

Class MapVectorizationOptions

Represents options for the MapVectorization optimization.

Aliases:

__init__

View source

__init__()

Initialize self. See help(type(self)) for accurate signature.

Properties

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

tf.data.experimental.MapVectorizationOptions.__eq__

View source

__eq__(other)

Return self==value.

tf.data.experimental.MapVectorizationOptions.__ne__

View source

__ne__(other)

Return self!=value.