mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
Update ops-related pbtxt files.
PiperOrigin-RevId: 157629497
This commit is contained in:
parent
6882effb86
commit
0a84cfd588
|
|
@ -24774,7 +24774,7 @@ op {
|
||||||
name: "Split"
|
name: "Split"
|
||||||
input_arg {
|
input_arg {
|
||||||
name: "split_dim"
|
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
|
type: DT_INT32
|
||||||
}
|
}
|
||||||
input_arg {
|
input_arg {
|
||||||
|
|
@ -24815,7 +24815,7 @@ op {
|
||||||
}
|
}
|
||||||
input_arg {
|
input_arg {
|
||||||
name: "split_dim"
|
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
|
type: DT_INT32
|
||||||
}
|
}
|
||||||
output_arg {
|
output_arg {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user