PerfEstimateFunc
#include <poplar/PerfEstimateFunc.hpp>
-
namespace poplar
Poplar classes and functions.
Typedefs
-
using PerfEstimateFunc = std::function<VertexPerfEstimate(const VertexIntrospector &v, const Target &target)>
Functions of this type can be used as performance estimator callbacks for new vertex types.
See also
-
using PerfEstimateFunc = std::function<VertexPerfEstimate(const VertexIntrospector &v, const Target &target)>