Tenncor
Typedefs | Functions
eteq.cpp File Reference
#include "pybind11/pybind11.h"
#include "pybind11/stl.h"
#include "pybind11/functional.h"
#include "eteq/generated/pyapi.hpp"
#include "dbg/eteq/custom_functor.hpp"
Include dependency graph for eteq.cpp:

Typedefs

using RawDataT = std::vector< PybindT >
 
using RawShapeT = std::vector< py::ssize_t >
 
using CustomUnaryF = std::function< RawDataT(const RawDataT &, const RawShapeT &)>
 

Functions

 PYBIND11_MODULE (eteq_mocker, m)
 

Typedef Documentation

◆ CustomUnaryF

using CustomUnaryF = std::function<RawDataT(const RawDataT&,const RawShapeT&)>

◆ RawDataT

using RawDataT = std::vector<PybindT>

◆ RawShapeT

using RawShapeT = std::vector<py::ssize_t>

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( eteq_mocker  ,
 
)