|
Cortenn
|
#include "pybind11/pybind11.h"#include "pybind11/numpy.h"#include "pybind11/stl.h"#include "ade/ade.hpp"#include "llo/data.hpp"#include "llo/eval.hpp"#include "llo/zprune.hpp"#include "dbg/ade.hpp"
Namespaces | |
| pyllo | |
Functions | |
| ade::Shape | pyllo::p2cshape (std::vector< py::ssize_t > &pyshape) |
| std::vector< ade::DimT > | pyllo::c2pshape (ade::Shape &cshape) |
| llo::VarptrT | pyllo::variable (py::array data, std::string label) |
| void | pyllo::assign (llo::Variable *target, py::array data) |
| py::array | pyllo::evaluate (ade::TensptrT tens, py::dtype dtype=py::dtype::of< double >()) |
| void | pyllo::seed_engine (size_t seed) |
| PYBIND11_MODULE (llo, m) | |
| PYBIND11_MODULE | ( | llo | , |
| m | |||
| ) |
1.8.14