NVIDIA Holoscan SDK v1.0.3
Holoscan 1.0.3

Variable holoscan::inference::StreamDeleter

static auto holoscan::inference::StreamDeleter = [](cudaStream_t* pStream) {if (pStream) {cudaStreamDestroy(*pStream);delete pStream;}}

Previous Variable holoscan::inference::process_manager
Next Variable holoscan::is_array_v
© Copyright 2022-2023, NVIDIA. Last updated on Apr 19, 2024.