1 instantiation of TestDataXY
Microsoft.ML.TensorFlow.Tests (1)
TensorFlowEstimatorTests.cs (1)
78
var xyData = new List<TestDataXY> { new
TestDataXY
() { A = new float[4], B = new float[4] } };
1 reference to TestDataXY
Microsoft.ML.TensorFlow.Tests (1)
TensorFlowEstimatorTests.cs (1)
78
var xyData = new List<
TestDataXY
> { new TestDataXY() { A = new float[4], B = new float[4] } };