Poplar and PopLibs
poplar::VertexIntrospector Class Reference

Available to cycle estimators to inspect the shape and initial values of a vertex's fields. More...

#include <VertexIntrospector.hpp>

Public Member Functions

FieldData getFieldInfo (const std::string &name) const
 Information about the vertex field. More...
 
ComputeSet getComputeSet () const
 Return the compute set that this vertex is in.
 

Detailed Description

Available to cycle estimators to inspect the shape and initial values of a vertex's fields.

Member Function Documentation

◆ getFieldInfo()

FieldData poplar::VertexIntrospector::getFieldInfo ( const std::string &  name) const

Information about the vertex field.

Parameters
nameThe name of the vertex field as defined in its codelet.
Returns
Information about the vertex field.

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