From b59833c3fd91511b33255369016868e4ae6cda2e Mon Sep 17 00:00:00 2001 From: Yifei Feng Date: Thu, 24 May 2018 19:12:26 -0700 Subject: Merge changes from github. Revert #18413. Too many internal test failures due to the name scope change caused by this change. Revert #18192. Cannot use re2::StringPiece internally. Need alternative for set call. Will pull and clean this up in a separate change. PiperOrigin-RevId: 197991247 --- tensorflow/core/util/tensor_format.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/core/util/tensor_format.h') diff --git a/tensorflow/core/util/tensor_format.h b/tensorflow/core/util/tensor_format.h index 58bc79aebf..d3d5602f92 100644 --- a/tensorflow/core/util/tensor_format.h +++ b/tensorflow/core/util/tensor_format.h @@ -75,7 +75,7 @@ enum FilterTensorFormat { FORMAT_OIHW = 1, // OIHW_VECT_I is the most performant tensor format for cudnn6's quantized - // int8 convolution and fused convolution. It is analagous to the NCHW_VECT_C + // int8 convolution and fused convolution. It is analogous to the NCHW_VECT_C // data format. It is laid out in the same order as OIHW, except that the size // of the Input Channels dimension is divided by 4, and a new dimension of // size 4 is appended, which packs 4 adjacent input channel weights into an -- cgit v1.2.3