3#ifndef poplar_LateInitCallback_hpp
4#define poplar_LateInitCallback_hpp
12#include <poplar/GraphElements.hpp>
23 std::uint64_t startOffs;
34 std::map<std::string, std::vector<StorageInfo>> storage;
Poplar classes and functions.
Definition: ArrayRef.hpp:14
std::function< T(const VertexEdgeInfo &)> LateInitCallback
A callback function of this type can be specified for a field of a vertex, instead of specifying an i...
Definition: LateInitCallback.hpp:44
Data structure that will be passed to the callback used for 'late initialisation' for vertex fields.
Definition: LateInitCallback.hpp:21