| Package | Description |
|---|---|
| org.bytedeco.tensorrt.global | |
| org.bytedeco.tensorrt.nvinfer |
| Modifier and Type | Method and Description |
|---|---|
nvinfer.TensorLocation |
nvinfer.TensorLocation.intern() |
nvinfer.TensorLocation |
nvinfer.TensorLocation.intern() |
static nvinfer.TensorLocation |
nvinfer.TensorLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.TensorLocation |
nvinfer.TensorLocation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nvinfer.TensorLocation[] |
nvinfer.TensorLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static nvinfer.TensorLocation[] |
nvinfer.TensorLocation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
nvinfer.TensorLocation |
ITensor.getLocation()
\brief Get the storage location of a tensor.
|
nvinfer.TensorLocation |
VTensor.getLocation() |
nvinfer.TensorLocation |
VTensor.getLocation() |
nvinfer.TensorLocation |
ITensor.getLocation()
\brief Get the storage location of a tensor.
|
nvinfer.TensorLocation |
ICudaEngine.getLocation(int bindingIndex)
\brief Get location of binding
This lets you know whether the binding should be a pointer to device or host memory.
|
nvinfer.TensorLocation |
VCudaEngine.getLocation(int bindingIndex) |
nvinfer.TensorLocation |
VCudaEngine.getLocation(int bindingIndex) |
nvinfer.TensorLocation |
ICudaEngine.getLocation(int bindingIndex)
\brief Get location of binding
This lets you know whether the binding should be a pointer to device or host memory.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ITensor.setLocation(nvinfer.TensorLocation location)
\brief Set the storage location of a tensor
|
void |
VTensor.setLocation(nvinfer.TensorLocation location) |
void |
VTensor.setLocation(nvinfer.TensorLocation location) |
void |
ITensor.setLocation(nvinfer.TensorLocation location)
\brief Set the storage location of a tensor
|
Copyright © 2022. All rights reserved.