|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::unordered_map<std::string, std::any> MayaFlux::Yantra::ExecutionContext::execution_metadata |
Arbitrary metadata parameters used by operations.
This key/value store carries runtime configuration such as algorithm parameters, flags, thresholds, or domain-specific values.
Values are stored as std::any and should be retrieved via get() or get_or() to ensure safe casting.
Definition at line 99 of file ExecutionContext.hpp.
Referenced by MayaFlux::Yantra::Granular::AttributeOp::analyze_implementation(), MayaFlux::Yantra::apply_context_parameters(), MayaFlux::Yantra::Granular::AttributeOp::compute_grain_attribute(), MayaFlux::Yantra::GpuDispatchCore::dispatch_core_chained(), MayaFlux::Yantra::ShaderExecutionContext< InputType, OutputType >::execute(), MayaFlux::Yantra::Granular::make_granular_context(), and MayaFlux::Yantra::Granular::make_granular_matrix().