// Copyright (c) 2017 Graphcore Ltd. All rights reserved.
#ifndef __poplinCycleEstimators_hpp__
#define __poplinCycleEstimators_hpp__

#include <poputil/cyclesTables.hpp>

namespace poplin {

poputil::internal::PerfEstimatorTable makePerfFunctionTable();
}

#endif
