7 references to Length
Microsoft.ML.Tests (7)
FastTreeSumupParityTests.cs (7)
139var values = new int[Length]; 141for (int i = 0; i < Length; i++) 143var dense = IntArray.New(Length, IntArrayType.Dense, IntArrayBits.Bits8, values); 238var values = new int[Length]; 239for (int i = 0; i < Length; i++) 245return IntArray.New(Length, IntArrayType.Dense, bits, values); 272return CreateInputForLength(Length, seed, useWeights, useIndices, out outputs, out weights, out docIndices, out count);