CogDLRuntime GetTensorRTInfo Method Cognex VisionPro 9.24
Get a collection of CogDLRuntimeTensorRTInfo objects for every TensorRT optimizable (every "Standard") tool in the current workspace. If selectedStreamOnly parameter is true (the default), then limit this to tools in the currently selected stream.

Namespace: Cognex.VisionPro.DLRuntime
Assembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public CogDLRuntimeTensorRTInfoCollection GetTensorRTInfo(
	bool selectedStreamOnly = true
)

Parameters

selectedStreamOnly (Optional)
Type: System Boolean
If true (the default), limit the output to ViDi tools in the currently selected stream. If false, search the entire current workspace.

Return Value

Type: CogDLRuntimeTensorRTInfoCollection
A collection of CogDLRuntimeTensorRTInfo objects correspond to every TensorRT optimizable tool in either the currently selected stream or the entire current workspace. An empty collection means that no optimizable tools were found.
See Also