Typedef holoscan::inference::processor_FP

Holoscan v0.5.1
using holoscan::inference::processor_FP = std::function<void(const std::vector<int>&, const std::vector<float>&, std::vector<int64_t>&, std::vector<float>&, const std::vector<std::string>&)>

Declaration of function callback used by DataProcessor.

© Copyright 2022-2023, NVIDIA. Last updated on Jul 28, 2023.