NVIDIA DRIVE OS Linux SDK API Reference

6.0.9 Release
NvMediaTensorTaskStatus Struct Reference

Detailed Description

Holds the status of the latest operation for a tensor.

Definition at line 78 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 82 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 80 of file nvmedia_tensor.h.


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