A finite set of Feature.
More...
#include <feature.h>
◆ FeatureSet() [1/3]
tvm::relay::FeatureSet::FeatureSet |
( |
const FeatureSet & |
| ) |
|
|
default |
◆ FeatureSet() [2/3]
tvm::relay::FeatureSet::FeatureSet |
( |
Feature |
ft | ) |
|
|
inlineexplicit |
A singleton set containing a single Feature.
◆ FeatureSet() [3/3]
◆ All()
A set that contain all the Feature.
◆ is_subset_of()
bool tvm::relay::FeatureSet::is_subset_of |
( |
const FeatureSet & |
rhs | ) |
const |
|
inline |
Is this a subset of rhs?
- Parameters
-
- Returns
- true only if this is a subset of rhs.
◆ No()
The empty set. Contain no Feature.
◆ operator Array< Integer >()
◆ operator+()
template<typename T >
FeatureSet tvm::relay::FeatureSet::operator+ |
( |
const T & |
rhs | ) |
const |
|
inline |
◆ operator+=()
template<typename T >
FeatureSet& tvm::relay::FeatureSet::operator+= |
( |
const T & |
rhs | ) |
|
|
inline |
◆ operator-()
template<typename T >
FeatureSet tvm::relay::FeatureSet::operator- |
( |
const T & |
rhs | ) |
const |
|
inline |
◆ operator-=()
template<typename T >
FeatureSet& tvm::relay::FeatureSet::operator-= |
( |
const T & |
rhs | ) |
|
|
inline |
◆ ToString()
std::string tvm::relay::FeatureSet::ToString |
( |
| ) |
const |
return a string representation.
The documentation for this class was generated from the following file: