2#ifndef poplar_VectorLayout_hpp
3#define poplar_VectorLayout_hpp
25std::ostream &operator<<(std::ostream &os,
const Vector v);
26std::string to_string(
const Vector v);
41std::ostream &operator<<(std::ostream &os,
const VectorList v);
Vector
An enumeration used to state what type of pointer is used for a Vector vertex field.
Definition: VectorLayout.hpp:15
VectorList
An enumeration used to state what type of pointer is used for a VectorList vertex field.
Definition: VectorLayout.hpp:31
Poplar classes and functions.
Definition: ArrayRef.hpp:14