| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.WeightsRole |
nvinfer.WeightsRole.intern() |
static nvinfer.WeightsRole |
nvinfer.WeightsRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.WeightsRole[] |
nvinfer.WeightsRole.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IRefitter.setWeights(String layerName,
nvinfer.WeightsRole role,
Weights weights)
\brief Specify new weights for a layer of given name.
|
boolean |
VRefitter.setWeights(String layerName,
nvinfer.WeightsRole role,
Weights weights) |
Copyright © 2024. All rights reserved.