Operators Documentation#

In TensorRT-RTX, operators represent distinct flavors of mathematical and programmatic operations. The following sections describe every operator that TensorRT-RTX supports. The minimum workspace required by TensorRT-RTX depends on the operators used by the network. A suggested minimum build-time setting is 16 MB. Regardless of the maximum workspace value provided to the builder, TensorRT-RTX will allocate at runtime no more than the workspace it requires.

Interface - TensorRT Operators