| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.LayerInformationFormat |
nvinfer.LayerInformationFormat.intern() |
static nvinfer.LayerInformationFormat |
nvinfer.LayerInformationFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.LayerInformationFormat[] |
nvinfer.LayerInformationFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
String |
VEngineInspector.getEngineInformation(nvinfer.LayerInformationFormat format) |
String |
IEngineInspector.getEngineInformation(nvinfer.LayerInformationFormat format)
\brief Get a string describing the information about all the layers in the current engine or the execution
context.
|
String |
VEngineInspector.getLayerInformation(int layerIndex,
nvinfer.LayerInformationFormat format) |
String |
IEngineInspector.getLayerInformation(int layerIndex,
nvinfer.LayerInformationFormat format)
\brief Get a string describing the information about a specific layer in the current engine or the execution
context.
|
Copyright © 2024. All rights reserved.