|
Open3D (C++ API)
0.19.0
|
DLPackExchangeAPI stable header. More...
#include <DLPack.h>
Data Fields | |
| DLPackVersion | version |
| The provided DLPack version the consumer must check major version compatibility before using this struct. More... | |
| struct DLPackExchangeAPIHeader * | prev_api |
| Optional pointer to an older DLPackExchangeAPI in the chain. More... | |
DLPackExchangeAPI stable header.
| struct DLPackExchangeAPIHeader* DLPackExchangeAPIHeader::prev_api |
Optional pointer to an older DLPackExchangeAPI in the chain.
It must be NULL if the framework does not support older versions. If the current major version is larger than the one supported by the consumer, the consumer may walk this to find an earlier supported version.
| DLPackVersion DLPackExchangeAPIHeader::version |
The provided DLPack version the consumer must check major version compatibility before using this struct.