Update ops-related pbtxt files.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Sat, 16 Dec 2017 13:54:26 +0000 (05:54 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Mon, 18 Dec 2017 18:30:13 +0000 (10:30 -0800)
PiperOrigin-RevId: 179293176

tensorflow/core/ops/ops.pbtxt

index 438c2dc13b15dca331f953f6ba62079527e68e33..c0ca309a7b32e324988b536e8012ca0e9c864bf8 100644 (file)
@@ -6439,12 +6439,12 @@ op {
   name: "DataFormatVecPermute"
   input_arg {
     name: "x"
-    description: "Vector in source data format. Must be of size 4."
+    description: "Vector of size 4 or Tensor of shape (2, 4) in source data format."
     type_attr: "T"
   }
   output_arg {
     name: "y"
-    description: "Vector in destination data format. Must be of size 4."
+    description: "Vector of size 4 or Tensor of shape (2, 4) in destination data format."
     type_attr: "T"
   }
   attr {
@@ -6476,7 +6476,7 @@ op {
     }
     description: "destination data format."
   }
-  summary: "Returns the permuted vector in the destination data format given the one in"
+  summary: "Returns the permuted vector/tensor in the destination data format given the one in"
   description: "the source data format."
 }
 op {