9 instantiations of MyFilterInput
Microsoft.ML.Tests (9)
Transformers\CustomMappingTests.cs (9)
221new MyFilterInput() { Counter = 0, Value = 1 },
222new MyFilterInput() { Counter = 1, Value = 1 },
223new MyFilterInput() { Counter = 2, Value = 2 },
224new MyFilterInput() { Counter = 3, Value = 0 },
225new MyFilterInput() { Counter = 4, Value = 2 },
226new MyFilterInput() { Counter = 5, Value = 4 },
227new MyFilterInput() { Counter = 6, Value = 1 },
228new MyFilterInput() { Counter = 7, Value = 1 },
229new MyFilterInput() { Counter = 8, Value = 2 },
3 references to MyFilterInput
Microsoft.ML.Tests (3)