From e14f7841de0d69f86b7ca3fab848466fb3aaad41 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 21 Dec 2016 17:22:47 -0800 Subject: [PATCH] Update generated Python Op docs. Change: 142718232 --- tensorflow/g3doc/api_docs/python/contrib.metrics.md | 12 +++++++++--- .../shard2/tf.contrib.metrics.set_difference.md | 4 +++- .../shard4/tf.contrib.metrics.set_union.md | 4 +++- .../shard6/tf.contrib.metrics.set_intersection.md | 4 +++- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/tensorflow/g3doc/api_docs/python/contrib.metrics.md b/tensorflow/g3doc/api_docs/python/contrib.metrics.md index ade2c48dde3..5a958f1b3e8 100644 --- a/tensorflow/g3doc/api_docs/python/contrib.metrics.md +++ b/tensorflow/g3doc/api_docs/python/contrib.metrics.md @@ -1726,8 +1726,9 @@ Compute set difference of elements in last dimension of `a` and `b`. All but the last dimension of `a` and `b` must match. -##### Example: +Example: +```python a = [ [ [ @@ -1764,6 +1765,7 @@ All but the last dimension of `a` and `b` must match. ], ], ] +``` ##### Args: @@ -1791,8 +1793,9 @@ Compute set intersection of elements in last dimension of `a` and `b`. All but the last dimension of `a` and `b` must match. -##### Example: +Example: +```python a = [ [ [ @@ -1829,6 +1832,7 @@ All but the last dimension of `a` and `b` must match. ], ], ] +``` ##### Args: @@ -1880,8 +1884,9 @@ Compute set union of elements in last dimension of `a` and `b`. All but the last dimension of `a` and `b` must match. -##### Example: +Example: +```python a = [ [ [ @@ -1918,6 +1923,7 @@ All but the last dimension of `a` and `b` must match. ], ], ] +``` ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.metrics.set_difference.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.metrics.set_difference.md index cc164df631f..f656fb5e420 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.metrics.set_difference.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard2/tf.contrib.metrics.set_difference.md @@ -4,8 +4,9 @@ Compute set difference of elements in last dimension of `a` and `b`. All but the last dimension of `a` and `b` must match. -##### Example: +Example: +```python a = [ [ [ @@ -42,6 +43,7 @@ All but the last dimension of `a` and `b` must match. ], ], ] +``` ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.contrib.metrics.set_union.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.contrib.metrics.set_union.md index 63367550e3d..1bc3ec99c98 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.contrib.metrics.set_union.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard4/tf.contrib.metrics.set_union.md @@ -4,8 +4,9 @@ Compute set union of elements in last dimension of `a` and `b`. All but the last dimension of `a` and `b` must match. -##### Example: +Example: +```python a = [ [ [ @@ -42,6 +43,7 @@ All but the last dimension of `a` and `b` must match. ], ], ] +``` ##### Args: diff --git a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.contrib.metrics.set_intersection.md b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.contrib.metrics.set_intersection.md index 04887d1d539..fce01316261 100644 --- a/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.contrib.metrics.set_intersection.md +++ b/tensorflow/g3doc/api_docs/python/functions_and_classes/shard6/tf.contrib.metrics.set_intersection.md @@ -4,8 +4,9 @@ Compute set intersection of elements in last dimension of `a` and `b`. All but the last dimension of `a` and `b` must match. -##### Example: +Example: +```python a = [ [ [ @@ -42,6 +43,7 @@ All but the last dimension of `a` and `b` must match. ], ], ] +``` ##### Args: