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

Template Struct codec< std::array< typeT, N > >

template<typename typeT, size_t N>
struct codec<std::array<typeT, N>>

Public Static Functions

static inline expected<size_t, RuntimeError> serialize(const std::array<typeT, N> &value, Endpoint *endpoint)
static inline expected<std::array<typeT, N>, RuntimeError> deserialize(Endpoint *endpoint)

Previous Template Struct codec< ops::InferenceOp::ActivationSpec >
Next Template Struct codec< std::shared_ptr< typeT > >
© Copyright 2022-2025, NVIDIA. Last updated on May 29, 2025.