Poplar and PopLibs
poplar::SupervisorVertex Class Reference

SupervisorVertex base class; Any sub-type of this class needs to define a compute() method returning a bool. More...

#include <Vertex.hpp>

Detailed Description

SupervisorVertex base class; Any sub-type of this class needs to define a compute() method returning a bool.

NOTE: To get deterministic results between replicas you must index the data by worker id because each worker has a different seed when applying stochastic rounding.


The documentation for this class was generated from the following file: