Table of Contents

Enum TensorRtNativeDependencySource

Namespace
JYPPX.TensorRtSharp
Assembly
JYPPX.TensorRtSharp.dll

Identifies how a native dependency path was discovered by ProbeNativeDependencies(TensorRtApiLine). 标识 ProbeNativeDependencies(TensorRtApiLine) 发现 native 依赖路径的方式。

public enum TensorRtNativeDependencySource

Fields

LoadedProcessModule = 1

The entry is a module already loaded in the current process. 条目是当前进程中已经加载的模块。

NativeBridgeCandidate = 0

The entry is a candidate path produced by the native bridge resolver. 条目来自 native bridge resolver 生成的候选路径。

SearchPathCandidate = 2

The entry is a matching DLL found on the process search path. 条目是在进程搜索路径上找到的匹配 DLL。