We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
TF_Tensor
TF_NewTensor
The text was updated successfully, but these errors were encountered:
add binding to TF_NewTensor PolyMathOrg#14
88e97a2
b62a4af
add binding to TF_NewTensor (#15)
d6493f1
* add binding to `TF_NewTensor` #14 * fix typo in deallocator: method name
No branches or pull requests
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#L190The text was updated successfully, but these errors were encountered: