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

Support boolean/char/string in createArray/arrayToJvm #5

Open
subes opened this issue Jan 7, 2022 · 1 comment
Open

Support boolean/char/string in createArray/arrayToJvm #5

subes opened this issue Jan 7, 2022 · 1 comment

Comments

@subes
Copy link

subes commented Jan 7, 2022

As discussed here: #4 (comment)

I guess when implementing string support, char support might come as a by-product, since the string already has to handle unicode encoding/decoding. Or if you go for byte[] transfer, then a char could be converted into a byte[2] for transport with the same logic I guess.

Though not a high priority issue.

@subes
Copy link
Author

subes commented Jan 18, 2022

Boolean also does not work with the tensor pathway: cnuernber/dtype-next#52 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant