|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <minja.hpp>
Public Member Functions | |
| LoopControlNode (const Location &loc, LoopControlType control_type) | |
| void | do_render (std::ostringstream &, const std::shared_ptr< 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.