Track tensors emanating from tf.data.Dataset.enumerate()
#165
Labels
enhancement
New feature or request
tf.data.Dataset.enumerate()
#165
Since #132, we can
enumerate()
over datasets and track the tensors. However, the TF Data API has a methodtf.data.Dataset.enumerate()
that does is similar to Python'senumerate()
. But, we don't track tensors coming out of that API yet.Related to #164.
The text was updated successfully, but these errors were encountered: