NVIDIA DriveOS Linux NSR SDK API Reference

7.0.3.0 Release
dwDNNTensor Struct Reference

Detailed Description

Exposes the content of a dwDNNTensorHandle_t.

Definition at line 108 of file Tensor.h.

Collaboration diagram for dwDNNTensor:

Data Fields

dwDNNTensorProperties prop
 Defines the properties of the tensor. More...
 
dwTime_t timestamp_us
 Specifies a timestamp, in microseconds, corresponding to this tensor data. More...
 
const voidptr
 Pointer to the tensor content on CPU/GPU or NvMedia. More...
 

Field Documentation

◆ prop

dwDNNTensorProperties dwDNNTensor::prop

Defines the properties of the tensor.

Definition at line 111 of file Tensor.h.

◆ ptr

const void* dwDNNTensor::ptr

Pointer to the tensor content on CPU/GPU or NvMedia.

Note
NvMedia content cannot be traversed using this pointer. dwDNNTensorStreamer should be used to stream NvMedia to CPU or GPU to be able to access the content.

Definition at line 117 of file Tensor.h.

◆ timestamp_us

dwTime_t dwDNNTensor::timestamp_us

Specifies a timestamp, in microseconds, corresponding to this tensor data.

Definition at line 113 of file Tensor.h.


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