tf.experimental.dlpack.from_dlpack
Stay organized with collections
Save and categorize content based on your preferences.
Returns the Tensorflow eager tensor.
tf.experimental.dlpack.from_dlpack(
dlcapsule
)
The returned tensor uses the memory shared by dlpack capsules from other
framework.
a = tf.experimental.dlpack.from_dlpack(dlcapsule)
# `a` uses the memory shared by dlpack
Args |
dlcapsule
|
A PyCapsule named as dltensor
|
Returns |
A Tensorflow eager tensor
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2024-04-26 UTC.
[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.experimental.dlpack.from_dlpack\n\n\u003cbr /\u003e\n\n|---------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/dlpack/dlpack.py#L44-L63) |\n\nReturns the Tensorflow eager tensor. \n\n tf.experimental.dlpack.from_dlpack(\n dlcapsule\n )\n\nThe returned tensor uses the memory shared by dlpack capsules from other\nframework. \n\n a = tf.experimental.dlpack.from_dlpack(dlcapsule)\n # `a` uses the memory shared by dlpack\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|-------------|-------------------------------|\n| `dlcapsule` | A PyCapsule named as dltensor |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A Tensorflow eager tensor ||\n\n\u003cbr /\u003e"]]