NVIDIA Holoscan SDK v.2.2.0
Holoscan v2.2.0

Struct InferenceOp::DataVecMap

This struct is a nested type of Class InferenceOp.

struct DataVecMap

DataVecMap specification

Public Functions

DataVecMap() = default
inline explicit operator bool() const noexcept
inline void insert(const std::string &key, const std::vector<std::string> &value)
inline std::map<std::string, std::vector<std::string>> get_map() const

Public Members

std::map<std::string, std::vector<std::string>> mappings_

Previous Struct InferenceOp::DataMap
Next Struct InferenceProcessorOp::DataMap
© Copyright 2022-2024, NVIDIA. Last updated on Jul 17, 2024.