2 references to imageHeight
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)]