| 340 | } |
| 341 | |
| 342 | ui32 TFeaturesLayout::GetEmbeddingFeatureCount() const noexcept { |
| 343 | // cast is safe because of size invariant established in constructors |
| 344 | return (ui32)EmbeddingFeatureInternalIdxToExternalIdx.size(); |
| 345 | } |
| 346 | |
| 347 | ui32 TFeaturesLayout::GetExternalFeatureCount() const noexcept { |
| 348 | // cast is safe because of size invariant established in constructors |
no test coverage detected