|
FreeTensor
|
#include <array.h>

Public Member Functions | |
| ArrayCopy (const Ref< Device > &device, uint8_t *ptr, bool borrowed) | |
Public Attributes | |
| Ref< Device > | device_ |
| uint8_t * | ptr_ = nullptr |
| bool | borrowed_ = false |
A copy of Array store on a specific device
|
inline |
| bool freetensor::ArrayCopy::borrowed_ = false |
| uint8_t* freetensor::ArrayCopy::ptr_ = nullptr |