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

Typedef holoscan::inference::processor_FP

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

Declaration of function callback used by DataProcessor. processor_FP is defined for operations with fixed (currently one) input and output size, and for operations that do not need any configuration

Previous Typedef holoscan::inference::node_type
Next Typedef holoscan::inference::TimePoint
© Copyright 2022-2025, NVIDIA. Last updated on Apr 7, 2025.