FusedName class represents runtime info attribute that stores all operation names that was fully or partially fused into node.
More...
#include <fused_names_attribute.hpp>
|
| | FusedNames ()=default |
| |
| | FusedNames (const std::string &name) |
| | Constructs a new object consisting of a single name *. More...
|
| |
| void | fuseWith (const FusedNames &names) |
| | Unites current set of already fused names with another FusedNames object. More...
|
| |
|
std::string | getNames () const |
| | return string with operation names separated by coma in alphabetical order
|
| |
| std::vector< std::string > | getVectorNames () const |
| | return vector of fused names sorted in alphabetical order More...
|
| |