| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.RNNOperation |
nvinfer.RNNOperation.intern() |
nvinfer.RNNOperation |
nvinfer.RNNOperation.intern() |
static nvinfer.RNNOperation |
nvinfer.RNNOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.RNNOperation |
nvinfer.RNNOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.RNNOperation[] |
nvinfer.RNNOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static nvinfer.RNNOperation[] |
nvinfer.RNNOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.RNNOperation |
IRNNv2Layer.getOperation()
Deprecated.
\brief Get the operation of the RNN layer.
|
nvinfer.RNNOperation |
VRNNv2Layer.getOperation() |
nvinfer.RNNOperation |
VRNNv2Layer.getOperation() |
nvinfer.RNNOperation |
IRNNv2Layer.getOperation()
Deprecated.
\brief Get the operation of the RNN layer.
|
| Modifier and Type | Method and Description |
|---|---|
IRNNv2Layer |
INetworkDefinition.addRNNv2(ITensor input,
int layerCount,
int hiddenSize,
int maxSeqLen,
nvinfer.RNNOperation op)
Deprecated.
Superseded by INetworkDefinition::addLoop. Deprecated prior to TensorRT 8.0 and will be removed
in 9.0
\warning RNN inputs do not support wildcard dimensions or explicit batch size networks.
\warning Int32 tensors are not valid input tensors, only for sequence lengths.
|
IRNNv2Layer |
VNetworkDefinition.addRNNv2(ITensor input,
int layerCount,
int hiddenSize,
int maxSeqLen,
nvinfer.RNNOperation op) |
IRNNv2Layer |
VNetworkDefinition.addRNNv2(ITensor input,
int layerCount,
int hiddenSize,
int maxSeqLen,
nvinfer.RNNOperation op) |
IRNNv2Layer |
INetworkDefinition.addRNNv2(ITensor input,
int layerCount,
int hiddenSize,
int maxSeqLen,
nvinfer.RNNOperation op)
Deprecated.
Superseded by INetworkDefinition::addLoop. Deprecated prior to TensorRT 8.0 and will be removed
in 9.0
\warning RNN inputs do not support wildcard dimensions or explicit batch size networks.
\warning Int32 tensors are not valid input tensors, only for sequence lengths.
|
void |
IRNNv2Layer.setOperation(nvinfer.RNNOperation op)
Deprecated.
\brief Set the operation of the RNN layer.
|
void |
VRNNv2Layer.setOperation(nvinfer.RNNOperation op) |
void |
VRNNv2Layer.setOperation(nvinfer.RNNOperation op) |
void |
IRNNv2Layer.setOperation(nvinfer.RNNOperation op)
Deprecated.
\brief Set the operation of the RNN layer.
|
Copyright © 2022. All rights reserved.