What can I help you with?
NVIDIA Holoscan SDK v3.3.0

Typedef holoscan::inference::cuda_FP

using holoscan::inference::cuda_FP = std::function<InferStatus(const std::vector<std::string>&, const std::vector<int>&, const void*, std::vector<int64_t>&, DataMap&, const std::vector<std::string> &output_tensors, bool process_with_cuda, cudaStream_t cuda_stream)>

Declaration of function callback for custom cuda kernels used by DataProcessor.

Previous Typedef holoscan::inference::byte
Next Typedef holoscan::inference::DataMap
© Copyright 2022-2025, NVIDIA. Last updated on May 29, 2025.