mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 00:20:20 +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"
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user