LostTech.TensorFlow : API Documentation

Type MapVectorizationOptions

Namespace tensorflow.data.experimental

Parent OptionsBase

Interfaces IMapVectorizationOptions

Represents options for the MapVectorization optimization.

Properties

Public properties

PropertyInfo enabled get; set;

Whether to vectorize map transformations. If None, defaults to False.

object enabled_dyn get; set;

Whether to vectorize map transformations. If None, defaults to False.

object PythonObject get;

PropertyInfo use_choose_fastest get; set;

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.

object use_choose_fastest_dyn get; set;

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.