Tenncor
|
#include "tag/tag.hpp"
Go to the source code of this file.
Classes | |
struct | tag::PropTag |
PropTag (properties tag) define node properties. More... | |
struct | tag::PropertyRegistry |
TagRegistry wrapper to tag and check properties on tensors. More... | |
Namespaces | |
tag | |
Functions | |
PropertyRegistry & | tag::get_property_reg (void) |
Return reference to global property registry. More... | |
Variables | |
const std::string | tag::commutative_tag = "commutative" |
Identifier for commutative property. More... | |
const std::string | tag::immutable_tag = "immutable" |
Identifier for immutable property. More... | |
const std::string | tag::props_key |
Identifier of property tag. More... | |