From 176781dca8a310095d00658679a9e4b132bc92a7 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" Date: Mon, 27 Aug 2018 09:34:14 -0700 Subject: [TF:XLA] Test zero element slice and update documentation. Documentation previously disallowed slices where start and limit indices were the same, but it was allowed by the implementation. Updated the documentation to support the implementation. PiperOrigin-RevId: 210379434 --- tensorflow/docs_src/performance/xla/operation_semantics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/docs_src') diff --git a/tensorflow/docs_src/performance/xla/operation_semantics.md b/tensorflow/docs_src/performance/xla/operation_semantics.md index c23a7ad9e2..96d269bec4 100644 --- a/tensorflow/docs_src/performance/xla/operation_semantics.md +++ b/tensorflow/docs_src/performance/xla/operation_semantics.md @@ -2266,7 +2266,7 @@ arguments to the slice operation. | `limit_indices` | `ArraySlice` | List of N integers containing the | : : : ending indices (exclusive) for the : : : : slice for each dimension. Each value : -: : : must be strictly greater than the : +: : : must be greater than or equal to the : : : : respective `start_indices` value for : : : : the dimension and less than or equal : : : : to the size of the dimension. : -- cgit v1.2.3