Open3D (C++ API)  0.19.0
Data Fields
DLPackExchangeAPIHeader Struct Reference

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 DLPackExchangeAPIHeaderprev_api
 Optional pointer to an older DLPackExchangeAPI in the chain. More...
 

Detailed Description

DLPackExchangeAPI stable header.

See also
DLPackExchangeAPI

Field Documentation

◆ prev_api

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.

See also
DLPackExchangeAPI

◆ version

DLPackVersion DLPackExchangeAPIHeader::version

The provided DLPack version the consumer must check major version compatibility before using this struct.


The documentation for this struct was generated from the following file: