|
liblloyal 1.0.0
Composable primitives for llama.cpp inference
|
#include <minja.hpp>
Public Types | |
| using | CallableType = std::function< Value(const std::shared_ptr< Context > &, ArgumentsValue &)> |
| using | FilterType = std::function< Value(const std::shared_ptr< Context > &, ArgumentsValue &)> |
Static Public Member Functions | |
| static Value | array (const std::vector< Value > values={}) |
| static Value | object (const std::shared_ptr< ObjectType > object=std::make_shared< ObjectType >()) |
| static Value | callable (const CallableType &callable) |
| using minja::Value::CallableType = std::function<Value(const std::shared_ptr<Context> &, ArgumentsValue &)> |
| using minja::Value::FilterType = std::function<Value(const std::shared_ptr<Context> &, ArgumentsValue &)> |
|
inline |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |