| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.LoopOutput |
nvinfer.LoopOutput.intern() |
static nvinfer.LoopOutput |
nvinfer.LoopOutput.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.LoopOutput[] |
nvinfer.LoopOutput.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.LoopOutput |
VLoopOutputLayer.getLoopOutput() |
nvinfer.LoopOutput |
ILoopOutputLayer.getLoopOutput() |
| Modifier and Type | Method and Description |
|---|---|
ILoopOutputLayer |
VLoop.addLoopOutput(ITensor tensor,
nvinfer.LoopOutput outputKind) |
ILoopOutputLayer |
ILoop.addLoopOutput(ITensor tensor,
nvinfer.LoopOutput outputKind) |
ILoopOutputLayer |
VLoop.addLoopOutput(ITensor tensor,
nvinfer.LoopOutput outputKind,
int axis) |
ILoopOutputLayer |
ILoop.addLoopOutput(ITensor tensor,
nvinfer.LoopOutput outputKind,
int axis)
\brief Make an output for this loop, based on the given tensor.
|
Copyright © 2024. All rights reserved.