|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <minja.hpp>
Public Member Functions | |
| IfNode (const Location &loc, std::vector< std::pair< std::shared_ptr< Expression >, std::shared_ptr< TemplateNode > > > &&c) | |
| void | do_render (std::ostringstream &out, const std::shared_ptr< Context > &context) const override |
Public Member Functions inherited from minja::TemplateNode | |
| TemplateNode (const Location &location) | |
| void | render (std::ostringstream &out, const std::shared_ptr< Context > &context) const |
| const Location & | location () const |
| virtual | ~TemplateNode ()=default |
| std::string | render (const std::shared_ptr< Context > &context) const |
Additional Inherited Members |
|
inline |
|
inlineoverridevirtual |
Implements minja::TemplateNode.