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