View source on GitHub |
Represents options for the MapVectorization optimization.
tf.data.experimental.MapVectorizationOptions()
Attributes | |
---|---|
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. |
__eq__
__eq__( other )
Return self==value.
__ne__
__ne__( other )
Return self!=value.
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.3/api_docs/python/tf/data/experimental/MapVectorizationOptions