| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.DimensionOperation |
nvinfer.DimensionOperation.intern() |
static nvinfer.DimensionOperation |
nvinfer.DimensionOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.DimensionOperation[] |
nvinfer.DimensionOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IDimensionExpr |
VExprBuilder.operation(nvinfer.DimensionOperation op,
IDimensionExpr first,
IDimensionExpr second) |
IDimensionExpr |
IExprBuilder.operation(nvinfer.DimensionOperation op,
IDimensionExpr first,
IDimensionExpr second)
Return pointer to IDimensionExp that represents the given operation applied to first and second.
|
Copyright © 2024. All rights reserved.