Fix grammatical mistake.

Co-authored-by: Haoyu Zhang <haoyuzhang@google.com>
PiperOrigin-RevId: 234693842
This commit is contained in:
Reed Wanderman-Milne 2019-02-19 16:07:06 -08:00 committed by TensorFlower Gardener
parent 6d93bd58c4
commit d17ac0d930

View File

@ -110,7 +110,7 @@ Status InitConv2DParameters(const OpKernelConstruction* context,
// Computes and validates convolutions dimensions from Conv2D parameters. If
// parameters are valid, dimensions will be updated with derived convolution
// dimensions, otherwise error will be returned.
// dimensions, otherwise an error will be returned.
Status ComputeConv2DDimension(const Conv2DParameters& params,
const Tensor& input, const Tensor& filter,
Conv2DDimensions* dimensions);