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.DLRuntimeAssembly: Cognex.VisionPro.DLRuntime (in Cognex.VisionPro.DLRuntime.dll) Version: 93.1.0.0 (93.1.0.0)
Syntax
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: CogDLRuntimeTensorRTInfoCollectionA 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