ONE - On-device Neural Engine
Loading...
Searching...
No Matches
loco::NamedEntity Class Reference

Trait for elements with name. More...

#include <Graph.h>

Public Member Functions

const std::string & name (void) const
 
void name (const std::string &name)
 

Detailed Description

Trait for elements with name.

Definition at line 87 of file Graph.h.

Member Function Documentation

◆ name() [1/2]

void loco::NamedEntity::name ( const std::string &  name)
inline

Definition at line 91 of file Graph.h.

91{ _name = name; }
const std::string & name(void) const
Definition Graph.h:90

References name().

Referenced by name().

◆ name() [2/2]

const std::string & loco::NamedEntity::name ( void  ) const
inline

Definition at line 90 of file Graph.h.

90{ return _name; }

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