Cortenn
Namespaces | Typedefs
data.hpp File Reference
#include <list>
#include "ade/ade.hpp"
#include "pbm/graph.pb.h"
Include dependency graph for data.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 pbm
 

Typedefs

using pbm::TensT = std::vector< ade::TensptrT >
 Tensptr vector type. More...
 
using pbm::DataSaverT = std::function< std::string(const char *, size_t, size_t)>
 Data serialization functor. More...
 
using pbm::DataLoaderT = std::function< ade::TensptrT(const char *, ade::Shape, size_t, std::string)>
 Data deserialization functor. More...
 
using pbm::StringsT = std::list< std::string >
 String list type used for paths. More...