| 303 | } |
| 304 | |
| 305 | ui32 TFeaturesLayout::GetFloatFeatureCount() const noexcept { |
| 306 | // cast is safe because of size invariant established in constructors |
| 307 | return (ui32)FloatFeatureInternalIdxToExternalIdx.size(); |
| 308 | } |
| 309 | |
| 310 | ui32 TFeaturesLayout::GetFloatAggregatedFeatureCount() const noexcept { |
| 311 | if (!HasGraph) { |
no test coverage detected