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