|
TensorRT
|
An array of weights used as a layer parameter. More...
#include <NvInfer.h>
Public Attributes | |
| DataType | type |
| The type of the weights. | |
| const void * | values |
| The weight values, in a contiguous array. | |
| int64_t | count |
| The number of weights in the array. | |
An array of weights used as a layer parameter.
The weights are held by reference until the engine has been built. Therefore the data referenced by values field should be preserved until the build is complete.