Tenncor
Namespaces | Functions
eteq.cpp File Reference
#include "pybind11/pybind11.h"
#include "pybind11/numpy.h"
#include "pybind11/stl.h"
#include "teq/teq.hpp"
#include "eteq/generated/api.hpp"
#include "eteq/generated/pyapi.hpp"
#include "eteq/grader.hpp"
#include "eteq/constant.hpp"
#include "eteq/variable.hpp"
#include "eteq/functor.hpp"
#include "eteq/session.hpp"
#include "eteq/random.hpp"
#include "eteq/parse.hpp"
Include dependency graph for eteq.cpp:

Namespaces

 pyead
 

Functions

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

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( eteq  ,
 
)