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