| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvparsers |
| Modifier and Type | Method and Description |
|---|---|
nvparsers.UffInputOrder |
nvparsers.UffInputOrder.intern() |
static nvparsers.UffInputOrder |
nvparsers.UffInputOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvparsers.UffInputOrder[] |
nvparsers.UffInputOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IUffParser.registerInput(String inputName,
Dims32 inputDims,
nvparsers.UffInputOrder inputOrder)
\brief Register an input name of a UFF network with the associated Dimensions.
|
Copyright © 2024. All rights reserved.