2 instantiations of TensorData
Microsoft.ML.Samples (2)
Dynamic\TensorFlow\ImageClassification.cs (2)
106
return new TensorData[] { new
TensorData
() { input = image1 },
107
new
TensorData
() { input = image2 } };
3 references to TensorData
Microsoft.ML.Samples (3)
Dynamic\TensorFlow\ImageClassification.cs (3)
45
new[] { nameof(
TensorData
.input) }, addBatchDimensionInput: true);
98
public static
TensorData
[] GetTensorData()
106
return new
TensorData
[] { new TensorData() { input = image1 },