1 write to Ch
Microsoft.ML.Data (1)
Data\SlotCursor.cs (1)
33Ch = provider.Start("Slot Cursor");
39 references to Ch
Microsoft.ML.Data (39)
Data\SlotCursor.cs (3)
72Ch.Dispose(); 135Ch.Assert(_slotIndex >= 0); 141Ch.Assert(_slotIndex < 0);
DataLoadSave\Transpose\TransposeLoader.cs (5)
680Ch.AssertValue(cursor); 681Ch.Assert(cursor.Schema.Count == 1); 682Ch.Assert(cursor.Schema[0].Type.RawType == typeof(VBuffer<T>)); 683Ch.Assert(cursor.Schema[0].Type is VectorDataViewType); 696throw Ch.Except($"Invalid TValue: '{typeof(TValue)}', " +
DataView\Transposer.cs (29)
309Ch.Assert(0 <= col && col < parent.Schema.Count); 320throw Ch.Except($"Invalid TValue: '{typeof(TValue)}', " + 327Ch.Assert(0 <= _col && _col < _parent.Schema.Count); 344Ch.Assert(0 <= col && col < parent.Schema.Count); 346Ch.Assert(iinfo >= 0); 358Ch.Assert(parent._splitLim[iinfo] - _col == 1); 360Ch.AssertValue(_view); 361Ch.Assert(_view.Schema[_col].Type is PrimitiveDataViewType); 362Ch.Assert(_view.Schema[_col].Type.RawType == typeof(T)); 380Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 395Ch.Assert(len <= _len); 405Ch.Assert(len == _len); 475Ch.Assert(iinfo >= 0); 491Ch.AssertValue(_view); 512Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 513Ch.Assert(_slotCurr >= 0); 519Ch.Assert(itemType.RawType == typeof(T)); 521Ch.Assert(vecLen > 0); 601Ch.Assert(heap.Count == 0); 617Ch.Assert(pair.Key > s); 626Ch.Assert(rbuff.IsDense || rbuffIndices[ii] == s); 641Ch.Assert(0 <= idx && idx < _len); 649Ch.Assert(offset == _len); 670Ch.Assert(_indices[s].Length == _len); 671Ch.Assert(_values[s].Length == _len); 686Ch.Assert(_slotCurr == _slotLim); 691Ch.Assert(_slotLim > 0); 697Ch.Check(IsGood, RowCursorUtils.FetchValueStateError); 699Ch.Assert(0 <= _slotCurr && _slotCurr < Utils.Size(_cbuff) && _cbuff[_slotCurr].Buffer.Length == _len);
Transforms\LabelConvertTransform.cs (2)
213Ch.AssertValue(typeDst); 227throw Ch.Except($"Invalid TValue: '{typeof(TValue)}', " +