|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <minja.hpp>
Public Member Functions | |
| ArrayExpr (const Location &loc, std::vector< std::shared_ptr< Expression > > &&e) | |
| Value | do_evaluate (const std::shared_ptr< Context > &context) const override |
Public Member Functions inherited from minja::Expression | |
| Expression (const Location &location) | |
| virtual | ~Expression ()=default |
| Value | evaluate (const std::shared_ptr< Context > &context) const |
Additional Inherited Members | |
Public Types inherited from minja::Expression | |
| using | Parameters = std::vector< std::pair< std::string, std::shared_ptr< Expression > > > |
Public Attributes inherited from minja::Expression | |
| Location | location |
|
inline |
|
inlineoverridevirtual |
Implements minja::Expression.