| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.RNNDirection |
nvinfer.RNNDirection.intern() |
static nvinfer.RNNDirection |
nvinfer.RNNDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.RNNDirection[] |
nvinfer.RNNDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.RNNDirection |
IRNNv2Layer.getDirection()
Deprecated.
\brief Get the direction of the RNN layer.
|
nvinfer.RNNDirection |
VRNNv2Layer.getDirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
IRNNv2Layer.setDirection(nvinfer.RNNDirection op)
Deprecated.
\brief Set the direction of the RNN layer.
|
void |
VRNNv2Layer.setDirection(nvinfer.RNNDirection op) |
Copyright © 2024. All rights reserved.