ONE - On-device Neural Engine
Loading...
Searching...
No Matches
nest::Ret Class Reference

#include <Ret.h>

Public Member Functions

 Ret (const DomainID &id, const expr::Subscript &sub)
 
const DomainIDid (void) const
 
const expr::Subscriptsub (void) const
 

Detailed Description

Definition at line 30 of file Ret.h.

Constructor & Destructor Documentation

◆ Ret()

nest::Ret::Ret ( const DomainID id,
const expr::Subscript sub 
)
inline

Definition at line 33 of file Ret.h.

33 : _id{id}, _sub{sub}
34 {
35 // DO NOTHING
36 }
const expr::Subscript & sub(void) const
Definition Ret.h:40

Member Function Documentation

◆ id()

const DomainID & nest::Ret::id ( void  ) const
inline

Definition at line 39 of file Ret.h.

39{ return _id; }

◆ sub()

const expr::Subscript & nest::Ret::sub ( void  ) const
inline

Definition at line 40 of file Ret.h.

40{ return _sub; }

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