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

Function holoscan::utils::set_activation_per_model

gxf_result_t holoscan::utils::set_activation_per_model(std::shared_ptr<HoloInfer::InferenceSpecs> &inference_specs, const HoloInfer::Mappings &activation_map, const std::vector<HoloInfer::ActivationSpec> &activation_specs, const std::string &module)

Setting up activation for each model by activation_map and ActivationSpec

Parameters
  • inference_specs – Inference spec that are needed to set the it’s activation_map.

  • activation_map – The predefined activation_map comes from the InferenceOp’s activation_map parameter.

  • activation_specs – Activation specs received from the input port model_activation_specs of InferenceOp.

  • module – Module that called for setting up activation specifications

Previous Function holoscan::utils::get_data_per_model(InputContext&, const std::vector<std::string>&, HoloInfer::DataMap&, std::map<std::string, std::vector<int>>&, bool, const std::string&, cudaStream_t&)
Next Function holoscan::utils::transmit_data_per_model(gxf_context_t&, const HoloInfer::MultiMappings&, HoloInfer::DataMap&, OutputContext&, std::vector<std::string>&, HoloInfer::DimType&, bool, bool, const nvidia::gxf::Handle<nvidia::gxf::Allocator>&, const std::string&, CudaStreamHandler&)
© Copyright 2022-2025, NVIDIA. Last updated on Apr 30, 2025.