Decodes each TensorFlow "Example" as DataFrame "Row"
Decodes each TensorFlow "Example" as DataFrame "Row"
Maps each feature in Example to element in Row with DataType based on custom schema
TensorFlow Example to decode
Decode Example using specified schema
a DataFrame row
Decodes each TensorFlow "SequenceExample" as DataFrame "Row"
Decodes each TensorFlow "SequenceExample" as DataFrame "Row"
Maps each feature in SequenceExample to element in Row with DataType based on custom schema
TensorFlow SequenceExample to decode
Decode SequenceExample using specified schema
a DataFrame row