libtensorflow-pharo-bindings icon indicating copy to clipboard operation
libtensorflow-pharo-bindings copied to clipboard

Create TF_Tensor from existing data buffer

Open syrel opened this issue 5 years ago • 0 comments

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 avatar May 22 '19 18:05 syrel