Class TensorRtNativeDependencyInfo
- Namespace
- JYPPX.TensorRtSharp
- Assembly
- JYPPX.TensorRtSharp.dll
Describes a native bridge, TensorRT, CUDA, cuDNN, or parser DLL discovered by a dependency probe. 描述依赖探针发现的 native bridge、TensorRT、CUDA、cuDNN 或 parser DLL。
public sealed class TensorRtNativeDependencyInfo
- Inheritance
-
TensorRtNativeDependencyInfo
- Inherited Members
Properties
Diagnostic
Gets a non-throwing diagnostic collected while reading this entry. 获取读取该条目时收集的非抛异常诊断信息。
public string Diagnostic { get; }
Property Value
Exists
Gets whether the path exists at probe time. 获取探测时该路径是否存在。
public bool Exists { get; }
Property Value
FileVersion
Gets the file version reported by Windows file-version metadata when available. 获取可用时 Windows 文件版本元数据报告的文件版本。
public string FileVersion { get; }
Property Value
Name
Gets the module or file name. 获取模块名或文件名。
public string Name { get; }
Property Value
Path
Gets the full path when it is available. 获取可用时的完整路径。
public string Path { get; }
Property Value
ProductVersion
Gets the product version reported by Windows file-version metadata when available. 获取可用时 Windows 文件版本元数据报告的产品版本。
public string ProductVersion { get; }
Property Value
Source
Gets how this dependency path was discovered. 获取该依赖路径的发现方式。
public TensorRtNativeDependencySource Source { get; }
Property Value
Methods
ToString()
Formats the dependency entry for diagnostics. 将依赖条目格式化为便于诊断的字符串。
public override string ToString()