Which TensorRT feature allows different network segments to run at different precisions (e.g., some layers in INT8, others in FP16)?
-
A
Mixed-precision execution via per-layer precision constraints
-
B
Separate engine compilation per precision mode
-
C
Precision cascading through nested engine calls
-
D
cuDNN mixed-mode fallback