Table of Contents

Enum TensorRtLoopOutputKind

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Selects the output semantics of a TensorRT loop output layer. 选择 TensorRT loop output 层的输出语义。

public enum TensorRtLoopOutputKind

Fields

Concatenate = 1

Concatenate values from all iterations in forward order. 按正向顺序拼接每次迭代的值。

LastValue = 0

Output the tensor value from the last loop iteration. 输出最后一次循环迭代的张量值。

Reverse = 2

Concatenate values from all iterations in reverse order. 按反向顺序拼接每次迭代的值。