| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer_plugin |
| Modifier and Type | Method and Description |
|---|---|
static IPluginV2 |
nvinfer_plugin.createAnchorGeneratorPlugin(GridAnchorParameters param,
int numLayers)
\brief The Grid Anchor Generator plugin layer generates the prior boxes of
designated sizes and aspect ratios across all dimensions (H x W) for all feature maps.
|
static IPluginV2 |
nvinfer_plugin.createAnchorGeneratorPlugin(GridAnchorParameters param,
int numLayers)
\brief The Grid Anchor Generator plugin layer generates the prior boxes of
designated sizes and aspect ratios across all dimensions (H x W) for all feature maps.
|
| Modifier and Type | Method and Description |
|---|---|
GridAnchorParameters |
GridAnchorParameters.aspectRatios(FloatPointer setter) |
GridAnchorParameters |
GridAnchorParameters.aspectRatios(FloatPointer setter) |
GridAnchorParameters |
GridAnchorParameters.getPointer(long i) |
GridAnchorParameters |
GridAnchorParameters.getPointer(long i) |
GridAnchorParameters |
GridAnchorParameters.H(int setter) |
GridAnchorParameters |
GridAnchorParameters.H(int setter) |
GridAnchorParameters |
GridAnchorParameters.maxSize(float setter) |
GridAnchorParameters |
GridAnchorParameters.maxSize(float setter) |
GridAnchorParameters |
GridAnchorParameters.minSize(float setter) |
GridAnchorParameters |
GridAnchorParameters.minSize(float setter) |
GridAnchorParameters |
GridAnchorParameters.numAspectRatios(int setter) |
GridAnchorParameters |
GridAnchorParameters.numAspectRatios(int setter) |
GridAnchorParameters |
GridAnchorParameters.position(long position) |
GridAnchorParameters |
GridAnchorParameters.position(long position) |
GridAnchorParameters |
GridAnchorParameters.variance(int i,
float setter) |
GridAnchorParameters |
GridAnchorParameters.variance(int i,
float setter) |
GridAnchorParameters |
GridAnchorParameters.W(int setter) |
GridAnchorParameters |
GridAnchorParameters.W(int setter) |
Copyright © 2022. All rights reserved.