tf-dlpack
tf-dlpack copied to clipboard
DLPack for Tensorflow
Hi , when I try to install, it reports error as follows: ``` (base) zhangzhongheng@zhangzhhengsMBP ~ % pip install tfdlpack ERROR: Could not find a version that satisfies the requirement...
hi,I want to use dgl with backend of tensorflow. However,I can't install tfdlpack in my computer,below is the error report: (base) ### C:\Users\zx\PycharmProjects\Deep_learning>pip install tfdlpack-gpu Collecting tfdlpack-gpu. ERROR: Could not...
I've been experimenting with using `tfdlpack` to connect libraries using `__cuda_array_interface__` to TensorFlow with `tfdlpack` and reach a segmentation fault when invoking `to_dlpack` with a TF tensor. See below for...
Hey thanks for the awesome project. I see that the pip install also forcibly installs tensorflow and causes problems with already installed versions of tensorflow. It will be great if...
This project starts from the discussion in [this issue](https://github.com/tensorflow/tensorflow/issues/24453) to provide a way of conversion between Tensorflow tensor and DLPack tensor. This RFC covers the user experience and technical solutions...