1 write to Parent
Microsoft.ML.Data (1)
Transforms\KeyToValue.cs (1)
292Parent = mapper;
15 references to Parent
Microsoft.ML.Data (15)
Transforms\KeyToValue.cs (15)
293Parent.Host.AssertValue(typeVal); 294Parent.Host.Assert(0 <= iinfo && iinfo < Parent._types.Length); 319Parent.Host.Assert(values.IsDense); 320Parent.Host.Assert(typeKey.RawType == typeof(TKey)); 321Parent.Host.Assert(TypeOutput.RawType == typeof(TValue)); 365Parent.Host.AssertValue(input); 366var column = input.Schema[Parent.ColMapNewToOld[InfoIndex]]; 367if (!(Parent._types[InfoIndex] is VectorDataViewType)) 425Parent.Host.Assert(islot < srcCount); 428Parent.Host.Assert(slot < nextExplicitSlot); 432Parent.Host.Assert(slot < nextExplicitSlot); 447Parent.Host.Assert(islotSrc < srcCount); 488var srcType = Parent.InputSchema[Parent.ColMapNewToOld[InfoIndex]].Type;