MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ get_grammar()

std::shared_ptr< ComputationGrammar > MayaFlux::Yantra::GrammarAwareComputeMatrix::get_grammar ( ) const
inline

Get the grammar instance.

Returns
Shared pointer to the current ComputationGrammar

Provides access to the grammar instance for adding rules, querying existing rules, or integrating with other grammar-aware components.

Definition at line 499 of file ComputePipeline.hpp.

500 {
501 return m_grammar;
502 }
std::shared_ptr< ComputationGrammar > m_grammar
Grammar instance for rule-based operation selection.