From fcfe9df7f9c63dfe451046f3bce4c78fb4c1b390 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Wed, 7 Feb 2018 21:11:56 -0800 Subject: [PATCH] Fixing the anchor link for the Math ops guide on Segmentation (it's a capital S but our docs link to a lowercase s). PiperOrigin-RevId: 184942994 --- tensorflow/core/api_def/base_api/api_def_SegmentMax.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SegmentMean.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SegmentMin.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SegmentProd.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SegmentSum.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SparseSegmentMean.pbtxt | 2 +- .../api_def/base_api/api_def_SparseSegmentMeanWithNumSegments.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SparseSegmentSqrtN.pbtxt | 2 +- .../api_def/base_api/api_def_SparseSegmentSqrtNWithNumSegments.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_SparseSegmentSum.pbtxt | 2 +- .../api_def/base_api/api_def_SparseSegmentSumWithNumSegments.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_UnsortedSegmentMax.pbtxt | 2 +- tensorflow/core/api_def/base_api/api_def_UnsortedSegmentSum.pbtxt | 2 +- tensorflow/python/ops/math_ops.py | 4 ++-- 14 files changed, 15 insertions(+), 15 deletions(-) diff --git a/tensorflow/core/api_def/base_api/api_def_SegmentMax.pbtxt b/tensorflow/core/api_def/base_api/api_def_SegmentMax.pbtxt index db890cb..5e2912f 100644 --- a/tensorflow/core/api_def/base_api/api_def_SegmentMax.pbtxt +++ b/tensorflow/core/api_def/base_api/api_def_SegmentMax.pbtxt @@ -16,7 +16,7 @@ END } summary: "Computes the maximum along segments of a tensor." description: <