Expand description
Network definition for building TensorRT engines
Types and implementations. Real/mock impls live in real/ and mock/ folders.
Structs§
- Activation
Layer - Cast
Layer - Concatenation
Layer - Constant
Layer - Convolution
Layer - Cumulative
Layer - Deconvolution
Layer - Dequantize
Layer - Element
Wise Layer - Gather
Layer - Identity
Layer - Matrix
Multiply Layer - Network
Definition - Network definition for building TensorRT engines
- Padding
Layer - Pooling
Layer - Quantize
Layer - Reduce
Layer - Resize
Layer - Scale
Layer - Scatter
Layer - Select
Layer - Shuffle
Layer - Slice
Layer - Soft
MaxLayer - Tensor
- Tensor handle (opaque pointer)
- TopK
Layer - Unary
Layer
Traits§
- Layer
- Base trait for all layer types