4 references to ComputeRowCount
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
182rowCount = DataViewUtils.ComputeRowCount(_splitView); 185rowCount = DataViewUtils.ComputeRowCount(_view);
Microsoft.ML.Predictor.Tests (2)
TestTransposer.cs (2)
27int rc = checked((int)DataViewUtils.ComputeRowCount(view)); 77Assert.Equal(DataViewUtils.ComputeRowCount(view), type.Size);