Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "string" type tensors #454

Closed
bileschi opened this issue Jun 19, 2018 · 1 comment
Closed

Add support for "string" type tensors #454

bileschi opened this issue Jun 19, 2018 · 1 comment
Assignees
Labels
comp:core P1 type:feature New feature or request

Comments

@bileschi
Copy link
Collaborator

To get help from the community, check out our Google group.

TensorFlow.js version

0.11.6

Browser version

irrelevant

Describe the problem or feature request

Support Tensors of dType 'string' and ops associated with that dtype, such as those here:
https://www.tensorflow.org/api_guides/python/string_ops
e.g.,
tf.string_to_hash_bucket
tf.string_split
tf.string_to_number

Code to reproduce the bug / link to feature request

t = tf.tensor1d(['hi'])

@dsmilkov
Copy link
Contributor

dsmilkov commented Dec 6, 2018

String tensor and basic functionality added in tensorflow/tfjs-core#1408, thus closing this issue. We can open separate issues per op.

@dsmilkov dsmilkov closed this as completed Dec 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:core P1 type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants