Table of Contents

Enum TensorRtEngineStat

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Selects an engine statistic reported by TensorRT. 选择 TensorRT 返回的 engine 统计项。

public enum TensorRtEngineStat

Fields

StrippedWeightsSize = 1

Stripped weight size in bytes for stripped-plan engines. Strip-plan engine 的剥离权重大小,单位为字节。

TotalWeightsSize = 0

Total engine weight size in bytes. Engine 权重总大小,单位为字节。