#include <memory>
#include "ade/coord.hpp"
#include "ade/ileaf.hpp"
#include "llo/generated/codes.hpp"
Go to the source code of this file.
|
| template<typename T > |
| VarptrT | llo::get_variable (std::vector< T > data, ade::Shape shape, std::string label="") |
| |
| template<typename T > |
| VarptrT | llo::get_variable (ade::Shape shape, std::string label="") |
| |
| template<typename T > |
| VarptrT | llo::get_scalar (T scalar, ade::Shape shape, std::string label="") |
| |
| template<typename T > |
| VecRef< T > | llo::to_ref (DataArg &arg) |
| | Converts DataArgs to VecRef of specific type. More...
|
| |
| template<typename T > |
| std::vector< VecRef< T > > | llo::to_refs (DataArgsT &args) |
| | Converts multiple DataArgs to multiple VecRefs of the same type. More...
|
| |