2 references to _empty
Microsoft.ML.Core (2)
Data\IEstimator.cs (2)
74Annotations = annotations ?? _empty; 194var annotations = mCols.Count > 0 ? new SchemaShape(mCols) : _empty;