You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Features and Improvements
.TensorFlowDataset interface is available in RawTfRecord TFXIO.
Bug Fixes and Other Changes
Fix TFExampleRecord TFXIO's TensorFlowDataset output key's to match the
tensor representation's tensor name (Previously this assumed the user
provided a tensor name that is the same as the feature name).
Add utility in tensor_representation_util.py to get source columns from a
tensor representation.