8#ifndef poputil_TensorMetaData_hpp
9#define poputil_TensorMetaData_hpp
15class TensorMetaDataBase;
20 std::unique_ptr<TensorMetaDataBase> data;
32 const TensorMetaDataBase *getData()
const {
return data.get(); }
General utility functions for building graphs.
Definition: GfloatExprUtil.hpp:23