Cortenn
|
Functions | |
ade::Shape | p2cshape (std::vector< py::ssize_t > &pyshape) |
std::vector< ade::DimT > | c2pshape (ade::Shape &cshape) |
llo::VarptrT | variable (py::array data, std::string label) |
void | assign (llo::Variable *target, py::array data) |
py::array | evaluate (ade::TensptrT tens, py::dtype dtype=py::dtype::of< double >()) |
void | seed_engine (size_t seed) |
void pyllo::assign | ( | llo::Variable * | target, |
py::array | data | ||
) |
std::vector<ade::DimT> pyllo::c2pshape | ( | ade::Shape & | cshape | ) |
py::array pyllo::evaluate | ( | ade::TensptrT | tens, |
py::dtype | dtype = py::dtype::of<double>() |
||
) |
ade::Shape pyllo::p2cshape | ( | std::vector< py::ssize_t > & | pyshape | ) |
void pyllo::seed_engine | ( | size_t | seed | ) |
llo::VarptrT pyllo::variable | ( | py::array | data, |
std::string | label | ||
) |