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