|
| HostMemory ()=delete |
|
void * | data () const noexcept override |
| A pointer to the raw data that is owned by the library. More...
|
|
std::size_t | size () const noexcept override |
| The size in bytes of the data that was allocated. More...
|
|
DataType | type () const noexcept override |
| The type of the memory that was allocated. More...
|
|
virtual void | destroy () noexcept=0 |
| Destroy the allocated memory. More...
|
|
◆ HostMemory() [1/2]
samplesCommon::HostMemory::HostMemory |
( |
| ) |
|
|
delete |
◆ HostMemory() [2/2]
samplesCommon::HostMemory::HostMemory |
( |
std::size_t |
size, |
|
|
DataType |
type |
|
) |
| |
|
inlineprotected |
◆ data()
void* samplesCommon::HostMemory::data |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
◆ size()
std::size_t samplesCommon::HostMemory::size |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
◆ type()
DataType samplesCommon::HostMemory::type |
( |
| ) |
const |
|
inlineoverridevirtualnoexcept |
◆ destroy()
virtual void nvinfer1::IHostMemory::destroy |
( |
| ) |
|
|
pure virtualnoexceptinherited |
◆ mData
void* samplesCommon::HostMemory::mData |
|
protected |
◆ mSize
std::size_t samplesCommon::HostMemory::mSize |
|
protected |
◆ mType
DataType samplesCommon::HostMemory::mType |
|
protected |
The documentation for this class was generated from the following file: