|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <minja.hpp>
Public Types | |
| using | Parameters = std::vector< std::pair< std::string, std::shared_ptr< Expression > > > |
Public Member Functions | |
| Expression (const Location &location) | |
| virtual | ~Expression ()=default |
| Value | evaluate (const std::shared_ptr< Context > &context) const |
Public Attributes | |
| Location | location |
Protected Member Functions | |
| virtual Value | do_evaluate (const std::shared_ptr< Context > &context) const =0 |
| using minja::Expression::Parameters = std::vector<std::pair<std::string, std::shared_ptr<Expression> >> |
|
inline |
|
virtualdefault |