Typedef holoscan::inference::processor_FP

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

Declaration of function callback used by DataProcessor.

© Copyright 2022, NVIDIA. Last updated on Jun 28, 2023.