Tenncor
|
Functions | |
teq::Shape | p2cshape (std::vector< py::ssize_t > &pyshape) |
std::vector< teq::DimT > | c2pshape (const teq::Shape &cshape) |
template<typename T > | |
py::array | typedata_to_array (eteq::iNode< PybindT > *tnode, py::dtype dtype) |
std::vector< PybindT > | arr2vec (teq::Shape &outshape, py::array data) |
std::vector<PybindT> pyead::arr2vec | ( | teq::Shape & | outshape, |
py::array | data | ||
) |
std::vector<teq::DimT> pyead::c2pshape | ( | const teq::Shape & | cshape | ) |
teq::Shape pyead::p2cshape | ( | std::vector< py::ssize_t > & | pyshape | ) |
py::array pyead::typedata_to_array | ( | eteq::iNode< PybindT > * | tnode, |
py::dtype | dtype | ||
) |