Handle FilterLayout::kOutputYXInput in FilterDescriptor::ToShortString.
authorBixia Zheng <bixia@google.com>
Thu, 31 May 2018 23:25:24 +0000 (16:25 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 31 May 2018 23:29:35 +0000 (16:29 -0700)
commit18c67a44ace913d30dc573486dc792300a2cdad3
tree83fe6b4b2bcffe0c2119e344f73d484dc2780e92
parent52dbe0647fbcd2c4abd5492e04414cc4169f688a
Handle FilterLayout::kOutputYXInput in FilterDescriptor::ToShortString.

This fixes an error when running resnet50_batch128_fp16 with --v=2.

PiperOrigin-RevId: 198798196
tensorflow/stream_executor/dnn.cc