NVIDIA DRIVE OS Linux SDK API Reference

5.2.0 Release
For Test and Development only
NvMediaTensorTaskStatus Struct Reference

Detailed Description

Holds the status of the latest operation for a tensor.

Definition at line 71 of file nvmedia_tensor.h.

Data Fields

NvMediaStatus status
 Holds the return status of the operation as an error code of type - NvMediaStatus. More...
 
uint32_t durationUs
 Duration of the operation in microseconds. More...
 

Field Documentation

◆ durationUs

uint32_t NvMediaTensorTaskStatus::durationUs

Duration of the operation in microseconds.

Definition at line 75 of file nvmedia_tensor.h.

◆ status

NvMediaStatus NvMediaTensorTaskStatus::status

Holds the return status of the operation as an error code of type - NvMediaStatus.

Definition at line 73 of file nvmedia_tensor.h.


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