| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.FillOperation |
nvinfer.FillOperation.intern() |
static nvinfer.FillOperation |
nvinfer.FillOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.FillOperation[] |
nvinfer.FillOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.FillOperation |
VFillLayer.getOperation() |
nvinfer.FillOperation |
IFillLayer.getOperation()
\brief Get the fill operation for the layer.
|
| Modifier and Type | Method and Description |
|---|---|
IFillLayer |
INetworkDefinition.addFill(Dims32 dimensions,
nvinfer.FillOperation op)
\brief Add a fill layer to the network.
|
IFillLayer |
VNetworkDefinition.addFill(Dims32 dimensions,
nvinfer.FillOperation op) |
void |
VFillLayer.setOperation(nvinfer.FillOperation op) |
void |
IFillLayer.setOperation(nvinfer.FillOperation op)
\brief Set the fill operation for the layer.
|
Copyright © 2024. All rights reserved.