Tenncor
Public Member Functions | Public Attributes | List of all members
eteq::BuilderArg Struct Referencefinal

FuncArg equivalent for optimizer's IR of functor. More...

#include <parse.hpp>

Public Member Functions

 BuilderArg (opt::ConvptrT arg, teq::CoordptrT shaper, CoordptrT coorder)
 

Public Attributes

opt::ConvptrT arg_
 Optimization IR node. More...
 
teq::CoordptrT shaper_
 Argument shaper. More...
 
CoordptrT coorder_
 Argument coordinate transformation data. More...
 

Detailed Description

FuncArg equivalent for optimizer's IR of functor.

Constructor & Destructor Documentation

◆ BuilderArg()

eteq::BuilderArg::BuilderArg ( opt::ConvptrT  arg,
teq::CoordptrT  shaper,
CoordptrT  coorder 
)
inline

Member Data Documentation

◆ arg_

opt::ConvptrT eteq::BuilderArg::arg_

Optimization IR node.

◆ coorder_

CoordptrT eteq::BuilderArg::coorder_

Argument coordinate transformation data.

◆ shaper_

teq::CoordptrT eteq::BuilderArg::shaper_

Argument shaper.


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