| Package | Description |
|---|---|
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
ITimingCache |
IBuilderConfig.createTimingCache(Pointer blob,
long size)
\brief Create timing cache
Create ITimingCache instance from serialized raw data.
|
ITimingCache |
VBuilderConfig.createTimingCache(Pointer blob,
long size) |
ITimingCache |
ITimingCache.getPointer(long i) |
ITimingCache |
IBuilderConfig.getTimingCache()
\brief Get the pointer to the timing cache from current IBuilderConfig
|
ITimingCache |
VBuilderConfig.getTimingCache() |
ITimingCache |
ITimingCache.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ITimingCache.combine(ITimingCache inputCache,
boolean ignoreMismatch)
\brief Combine input timing cache into local instance.
|
boolean |
VTimingCache.combine(ITimingCache inputCache,
boolean ignoreMismatch) |
boolean |
IBuilderConfig.setTimingCache(ITimingCache cache,
boolean ignoreMismatch)
\brief Attach a timing cache to IBuilderConfig
The timing cache has verification header to make sure the provided cache can be used in current environment.
|
boolean |
VBuilderConfig.setTimingCache(ITimingCache cache,
boolean ignoreMismatch) |
Copyright © 2024. All rights reserved.