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