Struct InferenceOp::DataMap

Holoscan v2.1.0

This struct is a nested type of Class InferenceOp.

struct DataMap

DataMap specification

Public Functions

DataMap() = default

inline explicit operator bool() const noexcept

inline void insert(const std::string &key, const std::string &value)

inline std::map<std::string, std::string> get_map() const

Public Members

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

Previous Struct InputSpec::View
Next Struct InferenceOp::DataVecMap
© Copyright 2022-2024, NVIDIA. Last updated on Jul 3, 2024.