| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ElementWiseOperation |
nvinfer.ElementWiseOperation.intern() |
static nvinfer.ElementWiseOperation |
nvinfer.ElementWiseOperation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.ElementWiseOperation[] |
nvinfer.ElementWiseOperation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.ElementWiseOperation |
IElementWiseLayer.getOperation()
\brief Get the binary operation for the layer.
|
nvinfer.ElementWiseOperation |
VElementWiseLayer.getOperation() |
| Modifier and Type | Method and Description |
|---|---|
IElementWiseLayer |
INetworkDefinition.addElementWise(ITensor input1,
ITensor input2,
nvinfer.ElementWiseOperation op)
\brief Add an elementwise layer to the network.
|
IElementWiseLayer |
VNetworkDefinition.addElementWise(ITensor input1,
ITensor input2,
nvinfer.ElementWiseOperation op) |
void |
IElementWiseLayer.setOperation(nvinfer.ElementWiseOperation op)
\brief Set the binary operation for the layer.
|
void |
VElementWiseLayer.setOperation(nvinfer.ElementWiseOperation op) |
Copyright © 2024. All rights reserved.