View source on GitHub |
Decode Avro string into Tensors.
tfio.experimental.serialization.decode_avro(
data, schema, name=None
)
Args | |
---|---|
data
|
A String Tensor. The Avro strings to decode. |
schema
|
A string of the Avro schema. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
A structured Tensors. |