ML
ML copied to clipboard
Track tensors emanating from `tf.data.Dataset.enumerate()`
Since https://github.com/wala/ML/pull/132, we can enumerate() over datasets and track the tensors. However, the TF Data API has a method tf.data.Dataset.enumerate() that does is similar to Python's enumerate(). But, we don't track tensors coming out of that API yet.
Related to #164.
zip() looks very similar.
Seems to work when using Jython 3.