4 references to Schema
Microsoft.ML.Data (4)
Transforms\RowShufflingTransformer.cs (4)
518int colLim = Schema.Count; 522_colToActivesIndex[c] = _input.IsColumnActive(Schema[c]) ? numActive++ : -1; 680return Utils.MarshalInvoke(_createGetterDelegateMethodInfo, this, Schema[col].Type.RawType, col); 687Ch.Assert(Schema[col].Type.RawType == typeof(TValue));