2 references to imageWidth
Microsoft.ML.Samples.GPU (2)
docs\samples\Microsoft.ML.Samples\Dynamic\TensorFlow\ImageClassification.cs (2)
82
private const int inputSize = imageHeight *
imageWidth
* numChannels;
91
[VectorType(imageHeight,
imageWidth
, numChannels)]