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
However, on the output end, we'll need some way for the user to specify whether to deserialize buffers into strings, or leave them as Buffer values. TensorFlow treats binary data the same as "strings", so there is no Tensor type to key off of.
This would be useful for image data as an example.
The text was updated successfully, but these errors were encountered:
Support input binary data via Buffer values.
However, on the output end, we'll need some way for the user to specify whether to deserialize buffers into strings, or leave them as Buffer values. TensorFlow treats binary data the same as "strings", so there is no Tensor type to key off of.
This would be useful for image data as an example.
The text was updated successfully, but these errors were encountered: