Update ops-related pbtxt files.

PiperOrigin-RevId: 157629497
This commit is contained in:
A. Unique TensorFlower 2017-05-31 13:49:06 -07:00 committed by TensorFlower Gardener
parent 6882effb86
commit 0a84cfd588

View File

@ -24774,7 +24774,7 @@ op {
name: "Split"
input_arg {
name: "split_dim"
description: "0-D. The dimension along which to split. Must be in the range\n`[0, rank(value))`."
description: "0-D. The dimension along which to split. Must be in the range\n`[-rank(value), rank(value))`."
type: DT_INT32
}
input_arg {
@ -24815,7 +24815,7 @@ op {
}
input_arg {
name: "split_dim"
description: "0-D. The dimension along which to split. Must be in the range\n`[0, rank(value))`."
description: "0-D. The dimension along which to split. Must be in the range\n`[-rank(value), rank(value))`."
type: DT_INT32
}
output_arg {