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