TensorRT for RTX 1.3.0
nvinfer1::v_1_0::TimingCacheKey Struct Reference

The key to retrieve timing cache entries. More...

#include <NvInfer.h>

Public Attributes

uint8_t data [16]
 

Detailed Description

The key to retrieve timing cache entries.

TimingCacheKey has two types of representation: binary and string. The conversion rule from binary to string is: 1) Convert each uint8_t element in binary key into two hexadecimal ascii chars, e.g. 0xab -> "ab" 2) Concat the ascii chars of all elements in sequence. The result should have exact 32 chars 3) Add prefix "0x" to the string produced in step 2.

See also
ITimingCache::query(), ITimingCache::update()
Deprecated:
Deprecated in TensorRT-RTX 1.2. Timing cache operations are no-ops in TensorRT-RTX.

Member Data Documentation

◆ data

uint8_t nvinfer1::v_1_0::TimingCacheKey::data[16]

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

  Copyright © 2024 NVIDIA Corporation
  Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact