| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ProfilingVerbosity |
nvinfer.ProfilingVerbosity.intern() |
static nvinfer.ProfilingVerbosity |
nvinfer.ProfilingVerbosity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.ProfilingVerbosity[] |
nvinfer.ProfilingVerbosity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ProfilingVerbosity |
VExecutionContext.getNvtxVerbosity() |
nvinfer.ProfilingVerbosity |
IExecutionContext.getNvtxVerbosity()
\brief Get the NVTX verbosity of the execution context.
|
nvinfer.ProfilingVerbosity |
IBuilderConfig.getProfilingVerbosity()
\brief Get verbosity level of layer information exposed in NVTX annotations and IEngineInspector.
|
nvinfer.ProfilingVerbosity |
ICudaEngine.getProfilingVerbosity()
\brief Return the \ref ProfilingVerbosity the builder config was set to when the engine was built.
|
nvinfer.ProfilingVerbosity |
VBuilderConfig.getProfilingVerbosity() |
nvinfer.ProfilingVerbosity |
VCudaEngine.getProfilingVerbosity() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VExecutionContext.setNvtxVerbosity(nvinfer.ProfilingVerbosity verbosity) |
boolean |
IExecutionContext.setNvtxVerbosity(nvinfer.ProfilingVerbosity verbosity)
\brief Set the verbosity of the NVTX markers in the execution context.
|
void |
IBuilderConfig.setProfilingVerbosity(nvinfer.ProfilingVerbosity verbosity)
\brief Set verbosity level of layer information exposed in NVTX annotations and IEngineInspector.
|
void |
VBuilderConfig.setProfilingVerbosity(nvinfer.ProfilingVerbosity verbosity) |
Copyright © 2024. All rights reserved.