| Package | Description |
|---|---|
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
INonZeroLayer |
INetworkDefinition.addNonZero(ITensor input)
Deprecated.
Deprecated in TensorRT 10.14. Superseded by two-argument addNonZero.
|
INonZeroLayer |
VNetworkDefinition.addNonZero(ITensor input) |
INonZeroLayer |
INetworkDefinition.addNonZero(ITensor input,
int indicesType) |
INonZeroLayer |
INetworkDefinition.addNonZero(ITensor input,
nvinfer.DataType indicesType)
\brief Add a nonzero layer to the network.
|
INonZeroLayer |
VNetworkDefinition.addNonZeroV2(ITensor input,
int indicesType) |
INonZeroLayer |
VNetworkDefinition.addNonZeroV2(ITensor input,
nvinfer.DataType indicesType) |
Copyright © 2026. All rights reserved.