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

Create TF_Tensor from existing data buffer #14

Open
syrel opened this issue May 22, 2019 · 0 comments
Open

Create TF_Tensor from existing data buffer #14

syrel opened this issue May 22, 2019 · 0 comments

Comments

@syrel
Copy link
Contributor

syrel commented May 22, 2019

To use TensorFlow with OpenCV we should have a way to create TF_Tensor out of already allocate data buffer. TF_NewTensor allows us to do just that: https://github.com/tensorflow/tensorflow/blob/master/tensorflow/c/c_api.h#L190

syrel added a commit to syrel/libtensorflow-pharo-bindings that referenced this issue May 22, 2019
syrel added a commit to syrel/libtensorflow-pharo-bindings that referenced this issue May 22, 2019
SergeStinckwich pushed a commit that referenced this issue Aug 24, 2019
* add binding to `TF_NewTensor` #14

* fix typo in deallocator: method name
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