2 instantiations of TypesData
Microsoft.ML.TensorFlow.Tests (2)
TensorflowTests.cs (2)
382
new
TypesData
() { f64 = new[] { -1.0, 2.0 },
394
new
TypesData
() { f64 = new[] { -3.0, 4.0 },
3 references to TypesData
Microsoft.ML.TensorFlow.Tests (3)
TensorflowTests.cs (3)
380
var data = new List<
TypesData
>(
381
new
TypesData
[] {
443
foreach (
var
sample in data)