| Package | Description |
|---|---|
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
IPluginV3 |
IPluginV3OneRuntime.attachToContext(IPluginResourceContext context)
\brief Clone the plugin, attach the cloned plugin object to a execution context and grant the cloned plugin
access to some context resources.
|
IPluginV3 |
IPluginV3.clone()
\brief Clone the plugin object.
|
IPluginV3 |
IPluginCreatorV3One.createPlugin(BytePointer name,
PluginFieldCollection fc,
nvinfer.TensorRTPhase phase) |
IPluginV3 |
IPluginCreatorV3One.createPlugin(String name,
PluginFieldCollection fc,
nvinfer.TensorRTPhase phase)
\brief Return a plugin object.
|
IPluginV3 |
IPluginV3Layer.getPlugin()
\brief Get the plugin for the layer.
|
IPluginV3 |
VPluginV3Layer.getPlugin() |
| Modifier and Type | Method and Description |
|---|---|
IPluginV3Layer |
INetworkDefinition.addPluginV3(ITensor inputs,
int nbInputs,
ITensor shapeInputs,
int nbShapeInputs,
IPluginV3 plugin) |
IPluginV3Layer |
VNetworkDefinition.addPluginV3(ITensor inputs,
int nbInputs,
ITensor shapeInputs,
int nbShapeInputs,
IPluginV3 plugin) |
IPluginV3Layer |
INetworkDefinition.addPluginV3(PointerPointer inputs,
int nbInputs,
PointerPointer shapeInputs,
int nbShapeInputs,
IPluginV3 plugin)
\brief Add a plugin layer implementing the IPluginV3 interface to the network.
|
IPluginV3Layer |
VNetworkDefinition.addPluginV3(PointerPointer inputs,
int nbInputs,
PointerPointer shapeInputs,
int nbShapeInputs,
IPluginV3 plugin) |
Copyright © 2026. All rights reserved.