| 228 | } |
| 229 | |
| 230 | bool IsSimple() const { |
| 231 | return FeatureTensor.IsSimple(); |
| 232 | } |
| 233 | |
| 234 | bool operator<(const TCtr& other) const { |
| 235 | return std::tie(FeatureTensor, Configuration) < std::tie(other.FeatureTensor, other.Configuration); |
no outgoing calls