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