2 references to Float4
Microsoft.ML.Tests (2)
Transformers\CustomMappingTests.cs (2)
40
output.Together = $"{input.Float1} + {string.Join(", ", input.
Float4
)}";
82
Assert.True(inputs.Zip(outputs, (x, y) => y.Together == $"{x.Float1} + {string.Join(", ", x.
Float4
)}").All(x => x));